@@ -79,7 +79,7 @@ |
||
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; |