Passed
Branch master (a05846)
by Thomas
02:24
created
src/Command/MigrateCommandTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
   /**
25 25
    * @param \Symfony\Component\Console\Input\InputInterface $input
26
-   * @param array                                           $inputOptions
26
+   * @param string[]                                           $inputOptions
27 27
    * @return array
28 28
    */
29 29
   protected function buildOptionList(InputInterface $input,
Please login to merge, or discard this patch.
src/Command/StatusCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
 
127 127
   /**
128 128
    * @param $groupId
129
-   * @return array
129
+   * @return string[]
130 130
    */
131 131
   private function getHeader($groupId) {
132 132
 
Please login to merge, or discard this patch.