@@ -77,7 +77,7 @@ |
||
77 | 77 | * @param HandlerInterface $handler The handler instance to add on |
78 | 78 | * @return Notifier Returns this |
79 | 79 | */ |
80 | - public function pushHandler(HandlerInterface $handler){ |
|
80 | + public function pushHandler(HandlerInterface $handler) { |
|
81 | 81 | $this->notifier->pushHandler($handler); |
82 | 82 | return $this; |
83 | 83 | } |