Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

[CodeSniff] Action Names #60

Open
jtdroste opened this issue Apr 19, 2017 · 0 comments
Open

[CodeSniff] Action Names #60

jtdroste opened this issue Apr 19, 2017 · 0 comments

Comments

@jtdroste
Copy link
Member

Issues

FILE: /Users/james/Projects/ie2/app/Controller/InjectsController.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 219 | ERROR | Method name "InjectsController::unlock_hint" is not in
     |       | camel caps format
     |       | (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
----------------------------------------------------------------------

FILE: /Users/james/Projects/ie2/app/Controller/PagesController.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 26 | ERROR | Method name "PagesController::announcement_read" is not in
    |       | camel caps format
    |       | (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
----------------------------------------------------------------------

FILE: /Users/james/Projects/ie2/app/Controller/UserController.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 101 | ERROR | Method name "UserController::emulate_clear" is not in
     |       | camel caps format
     |       | (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
----------------------------------------------------------------------
jtdroste added a commit that referenced this issue May 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant