Completed
Push — master ( 35b03e...de1be5 )
by Thomas Mauro
04:32
created
test/unit/Service/ClientTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -290,7 +290,7 @@
 block discarded – undo
290 290
         $eventManager->expects(static::exactly(1))
291 291
             ->method('triggerEventUntil')
292 292
             ->with(static::callback(
293
-                function ($callback) use ($response) {
293
+                function($callback) use ($response) {
294 294
                     static::assertFalse($callback(null));
295 295
                     static::assertFalse($callback('string'));
296 296
                     static::assertFalse($callback([]));
Please login to merge, or discard this patch.