Completed
Push — master ( ecb760...2ce70d )
by Antonio Carlos
05:23
created
tests/FirewallTestCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
             ],
165 165
         ];
166 166
 
167
-        $report = Firewall::report()->map(function ($item, $key) {
167
+        $report = Firewall::report()->map(function($item, $key) {
168 168
             return collect($item->toArray())->only(['ip_address', 'whitelisted']);
169 169
         })->toArray();
170 170
 
Please login to merge, or discard this patch.