@@ -622,7 +622,7 @@ |
||
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 |