Completed
Push — master ( 39684b...9267d8 )
by Tyler
02:05
created
src/LERN.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.