Passed
Branch master (4ab40f)
by Timo
02:54
created
Category
src/RequestLimiter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
      */
119 119
     private function _increment() : void
120 120
     {
121
-        $this->_requestCount ++;
121
+        $this->_requestCount++;
122 122
         if ($this->_requestCount === 1)
123 123
         {
124 124
             $this->_timekeeper->start();
Please login to merge, or discard this patch.