-
Notifications
You must be signed in to change notification settings - Fork 0
Newbranch #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Newbranch #7
Conversation
|
|
||
| Auth::routes(); | ||
|
|
||
| $test = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[code_sniffer]
- Whitespace found at end of line
|
|
||
| use Illuminate\Http\Request; | ||
|
|
||
| class homecontroller{ $th } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[code_sniffer]
- Class name "homecontroller" is not in camel caps format
- Opening brace of a class must be on the line after the definition
- There must not be more than one property declared per statement
- Visibility must be declared on property "$th"
- The closing brace for the class must go on the next line after the body
- Closing brace must be on a line by itself
|
|
||
| class homecontroller{ $th } | ||
|
|
||
| class HomeController extends Controller |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[code_sniffer]
- Each class must be in a file by itself
|
|
||
| class homecontroller{ $th } | ||
|
|
||
| class homecontrollerwa { $th } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[code_sniffer]
- Each class must be in a file by itself
- Class name "homecontrollerwa" is not in camel caps format
- Opening brace of a class must be on the line after the definition
- The closing brace for the class must go on the next line after the body
- Closing brace must be on a line by itself
| class homecontrollerwa { $th } | ||
|
|
||
|
|
||
| class HomeController extends Controller |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[code_sniffer]
- Each class must be in a file by itself
|
Click here if you want to create code_sniffer's auto-correct Pull Request See the documentation if you want to get more information about auto-correct. |

No description provided.