Skip to content

Commit

Permalink
Validation phpmd fix SampleAppController.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosbth committed Nov 5, 2018
1 parent 3ae9d26 commit 47f2a56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions REVISION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Revision history



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

* Validation phpmd fix SampleAppController.



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

Expand Down
2 changes: 2 additions & 0 deletions src/Controller/SampleAppController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
* AppInjectableInterface, 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 SampleAppController implements AppInjectableInterface
{
Expand Down

0 comments on commit 47f2a56

Please sign in to comment.