Passed
Branch master (343c42)
by Thomas
02:32
created
Category
Source/BugsnagClient.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,12 +34,12 @@
 block discarded – undo
34 34
 
35 35
             if ($config['anonymizeIp']) {
36 36
                 $this->bugsnagClient->registerCallback(
37
-                    function ($report) {
37
+                    function($report) {
38 38
                         // replaces the automatically collected IP
39 39
                         $report->setUser(['id' => null]);
40 40
 
41 41
                         // replaces the automatically collected IP
42
-                        $report->addMetaData(['request' => ['clientIp' => null],]);
42
+                        $report->addMetaData(['request' => ['clientIp' => null], ]);
43 43
                     }
44 44
                 );
45 45
             }
Please login to merge, or discard this patch.