Passed
Pull Request — master (#7)
by Aidyn
03:44
created
src/Traits/AggregateRootBehaviour.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     {
46 46
         $parts = explode('\\', get_class($event));
47 47
 
48
-        $method = 'apply' . end($parts);
48
+        $method = 'apply'.end($parts);
49 49
 
50 50
         if (method_exists($this, $method)) {
51 51
             $this->$method($event);
Please login to merge, or discard this patch.