Skip to content

Commit

Permalink
Fix CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Nov 2, 2015
1 parent 38951b2 commit 4d0f935
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Controller/Controller.php
Expand Up @@ -723,6 +723,7 @@ public function isAction($action)
*/
public function beforeFilter(Event $event)
{
return null;
}

/**
Expand All @@ -735,6 +736,7 @@ public function beforeFilter(Event $event)
*/
public function beforeRender(Event $event)
{
return null;
}

/**
Expand All @@ -755,6 +757,7 @@ public function beforeRender(Event $event)
*/
public function beforeRedirect(Event $event, $url, Response $response)
{
return null;
}

/**
Expand All @@ -766,5 +769,6 @@ public function beforeRedirect(Event $event, $url, Response $response)
*/
public function afterFilter(Event $event)
{
return null;
}
}

0 comments on commit 4d0f935

Please sign in to comment.