@@ -34,12 +34,12 @@ |
||
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 | } |