Passed
Pull Request — master (#81)
by Šimon
04:58
created
src/Transport/CurlerRolling.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
     public function execLoopWait()
145 145
     {
146 146
         $c = 0;
147
-        $count=0;
147
+        $count = 0;
148 148
         // add all tasks
149 149
         do {
150 150
             $this->exec();
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
             $loop = $this->countActive();
153 153
             $pend = $this->countPending();
154 154
 
155
-            $count=$loop+$pend;
155
+            $count = $loop + $pend;
156 156
             $c++;
157 157
 
158 158
             if ($c > 20000) {
Please login to merge, or discard this patch.