Skip to content

Commit

Permalink
phpcs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed May 21, 2016
1 parent 1a36c88 commit 769e0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/EventManager.php
Expand Up @@ -521,7 +521,7 @@ public function flushEventStack()
/**
* Adds an event to the stack when stacking is enabled.
*
* @param \Cake\Event\Event An event to stack.
* @param \Cake\Event\Event $event An event to stack.
* @return void
*/
protected function stackEvent(Event $event)
Expand Down

0 comments on commit 769e0b8

Please sign in to comment.