Completed
Push — master ( 5bbdfe...13b325 )
by Mihail
04:51
created
src/Ffcms/Core/Event/EventManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     public function on($event, \Closure $callback)
39 39
     {
40 40
         // check if event is a single string and parse it to array single item
41
-        if (! Obj::isArray($event)) {
41
+        if (!Obj::isArray($event)) {
42 42
             $event = [$event];
43 43
         }
44 44
         
Please login to merge, or discard this patch.