Completed
Push — master ( 59461b...78e6a4 )
by Russell
37s queued 12s
created
src/Handler/SentryHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
         // Ref #65: For some reason, throwing an exception finds its way into both exception + non-exception
106 106
         // conditions below.
107 107
         if ($isException) {
108
-            static::$counter ++;
108
+            static::$counter++;
109 109
         }
110 110
 
111 111
         $record = array_merge($record->toArray(), [
Please login to merge, or discard this patch.