Skip to content

Commit

Permalink
Ignore phpmd public methods in SampleController.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosbth committed Nov 5, 2018
1 parent be0a32e commit 2b98250
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions REVISION.md
Expand Up @@ -3,6 +3,13 @@ Revision history



v2.0.0-beta.5 (2018-11-05)
---------------------------------

* Ignore phpmd public methods in SampleController.



v2.0.0-beta.4 (2018-09-25)
---------------------------------

Expand Down
2 changes: 2 additions & 0 deletions src/Controller/SampleController.php
Expand Up @@ -15,6 +15,8 @@
* ContainerInjectableInterface, like this sample class does.
* The controller is mounted on a particular route and can then handle all
* requests for that mount point.
*
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class SampleController implements ContainerInjectableInterface
{
Expand Down

0 comments on commit 2b98250

Please sign in to comment.