Completed
Push — master ( 00b617...54bcf9 )
by Povilas
18s queued 10s
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.