Skip to content

Commit

Permalink
psr2
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Aug 11, 2015
1 parent 2a99ba9 commit 8842edf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase/Controller/ControllerTest.php
Expand Up @@ -92,7 +92,8 @@ class TestController extends ControllerTestAppController
* @param \Cake\Event\Event $event
* @retun void
*/
public function beforeFilter(Event $event) {
public function beforeFilter(Event $event)
{
}

/**
Expand Down

0 comments on commit 8842edf

Please sign in to comment.