Completed
Branch master (f41212)
by Rudi
01:56
created
src/Ds/PriorityQueue.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -282,7 +282,7 @@
 block discarded – undo
282 282
      */
283 283
     private function siftUp(int $leaf)
284 284
     {
285
-         for (; $leaf > 0; $leaf = $parent) {
285
+            for (; $leaf > 0; $leaf = $parent) {
286 286
 
287 287
             $parent = $this->parent($leaf);
288 288
 
Please login to merge, or discard this patch.