Passed
Pull Request — master (#59)
by
unknown
07:29
created
src/LaravelMixpanel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
             'ip' => $this->request->ip(),
49 49
         ];
50 50
 
51
-        if ((! array_key_exists('$browser', $data)) && $browserInfo->isRobot()) {
51
+        if (( ! array_key_exists('$browser', $data)) && $browserInfo->isRobot()) {
52 52
             $data['$browser'] = 'Robot';
53 53
         }
54 54
 
Please login to merge, or discard this patch.