Completed
Push — symfony3-wololo ( 50a832...8a87df )
by Kamil
18:56
created
src/Sylius/Bundle/CoreBundle/Command/AbstractInstallCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-     * @param $id
46
+     * @param string $id
47 47
      *
48 48
      * @return object
49 49
      */
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     }
70 70
 
71 71
     /**
72
-     * @param array $headers
72
+     * @param string[] $headers
73 73
      * @param array $rows
74 74
      * @param OutputInterface $output
75 75
      */
Please login to merge, or discard this patch.