Completed
Pull Request — v1.ns (#6)
by Timo
03:13
created
src/Dispatcher/EventClassDispatcher.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         }
45 45
     }
46 46
 
47
-       //put your code here
47
+        //put your code here
48 48
 
49 49
     /**
50 50
      * Creates an event-object with given object as content/subject and notifies
Please login to merge, or discard this patch.
src/Dispatcher/ClassEventDispatcher.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
         }
82 82
     }
83 83
 
84
-       //put your code here
84
+        //put your code here
85 85
 
86 86
     /**
87 87
      * Creates an event-object with given object as content/subject and notifies
Please login to merge, or discard this patch.