Completed
Push — master ( ab8b94...b9208a )
by Christian
03:58
created
src/N98/Magento/Command/System/Setup/CompareVersionsCommand.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
 
102 102
     /**
103 103
      * @param bool $ignoreDataUpdate
104
-     * @param array $headers
104
+     * @param string[] $headers
105 105
      * @param int $errorCount
106 106
      * @return array
107 107
      */
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
     }
196 196
 
197 197
     /**
198
-     * @param $ignoreDataUpdate
198
+     * @param boolean $ignoreDataUpdate
199 199
      * @param $errorCount
200 200
      * @param $name
201 201
      * @param $module
@@ -233,7 +233,7 @@  discard block
 block discarded – undo
233 233
     /**
234 234
      * @param \Symfony\Component\Console\Input\InputInterface $input
235 235
      * @param \Symfony\Component\Console\Output\OutputInterface $output
236
-     * @param array $headers
236
+     * @param string[] $headers
237 237
      * @param array $table
238 238
      * @param JUnitSession $junit
239 239
      * @param int $errorCount
Please login to merge, or discard this patch.