Completed
Push — master ( 7ad30b...5758ee )
by Thomas Mauro
14s
created
src/Service/ClientConfigFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
         $client = $builder->getClient();
64 64
 
65 65
         $currentClient = SentrySdk::getCurrentHub()->getClient();
66
-        if (! $currentClient) {
66
+        if (!$currentClient) {
67 67
             SentrySdk::getCurrentHub()->bindClient($client);
68 68
         }
69 69
 
Please login to merge, or discard this patch.