Completed
Push — master ( 1fe5d2...6a0fd3 )
by Tomasz
02:28
created
spec/Model/Domain/Entity/DomainSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
     function getMatchers()
80 80
     {
81 81
         return array(
82
-            'returnArrayWithAtLeastInstanceOf' => function ($subject, $eventClass) {
82
+            'returnArrayWithAtLeastInstanceOf' => function($subject, $eventClass) {
83 83
                 foreach ($subject as $element) {
84 84
                     if ($element instanceof $eventClass) {
85 85
                         return true;
Please login to merge, or discard this patch.