Completed
Push — master ( f86d9b...1814a7 )
by Pavel
02:54
created
Decorators/ProfiledClientStorage.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     {
66 66
         return array_filter(
67 67
             $this->pairs,
68
-            function (array $row) {
68
+            function(array $row) {
69 69
                 return isset($row['response']);
70 70
             }
71 71
         );
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
     {
76 76
         return array_filter(
77 77
             $this->pairs,
78
-            function (array $row) {
78
+            function(array $row) {
79 79
                 return !isset($row['response']);
80 80
             }
81 81
         );
Please login to merge, or discard this patch.