@@ -129,7 +129,7 @@ |
||
129 | 129 | return true; |
130 | 130 | } |
131 | 131 | return $this->findByCallback( |
132 | - function (PharInvocation $candidate) use ($invocation) { |
|
132 | + function(PharInvocation $candidate) use ($invocation) { |
|
133 | 133 | return $candidate->equals($invocation); |
134 | 134 | } |
135 | 135 | ) === null; |