Completed
Push — master ( 63a114...e7d805 )
by Andre
02:32
created
src/Analytics.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -622,7 +622,7 @@
 block discarded – undo
622 622
     protected function enqueueHit($methodName)
623 623
     {
624 624
 
625
-        if(count($this->enqueuedUrls) == 20) {
625
+        if (count($this->enqueuedUrls) == 20) {
626 626
             throw new EnqueueUrlsOverflowException();
627 627
         }
628 628
 
Please login to merge, or discard this patch.