Completed
Push — work-fleets ( e0e753...5ee2f8 )
by SuperNova.WS
05:10
created
tests/HelperArrayTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
    * @cover ::filter
53 53
    */
54 54
   public function testFilter() {
55
-    $callback = function ($value) {
55
+    $callback = function($value) {
56 56
       return !empty($value);
57 57
     };
58 58
 
Please login to merge, or discard this patch.