Completed
Push — master ( 31afa4...51861e )
by Povilas
23s queued 11s
created
src/Console/Command.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -300,6 +300,9 @@
 block discarded – undo
300 300
         return [];
301 301
     }
302 302
 
303
+    /**
304
+     * @return string
305
+     */
303 306
     private function convertFileDescriptorLink($path)
304 307
     {
305 308
         if (strpos($path, '/dev/fd') === 0) {
Please login to merge, or discard this patch.
src/Extension/ArrayExtension.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
         return (
22 22
             $parent instanceof ArrayItem  &&
23 23
             false === $this->ignoreArray($parent)
24
-          ) || $parent instanceof ArrayDimFetch;
24
+            ) || $parent instanceof ArrayDimFetch;
25 25
     }
26 26
 
27 27
     private function ignoreArray(ArrayItem $node): bool
Please login to merge, or discard this patch.