Completed
Push — master ( c82fd5...c42739 )
by Cody
6s
created
src/FirstAvailable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      */
20 20
     public function __construct()
21 21
     {
22
-        $this->callbackFilter = function ($item) {
22
+        $this->callbackFilter = function($item) {
23 23
             return (bool) $item;
24 24
         };
25 25
     }
Please login to merge, or discard this patch.