Completed
Push — develop ( 1f2c96...a0c97b )
by Tom
04:57
created
src/N98/Magento/Command/SelfUpdateCommand.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -137,9 +137,9 @@  discard block
 block discarded – undo
137 137
 
138 138
     /**
139 139
      * @param \Symfony\Component\Console\Output\OutputInterface $output
140
-     * @param $rfs
141
-     * @param $remoteFilename
142
-     * @param $tempFilename
140
+     * @param RemoteFilesystem $rfs
141
+     * @param string $remoteFilename
142
+     * @param string $tempFilename
143 143
      */
144 144
     private function downloadNewVersion(OutputInterface $output, $rfs, $remoteFilename, $tempFilename)
145 145
     {
@@ -220,7 +220,7 @@  discard block
 block discarded – undo
220 220
     }
221 221
 
222 222
     /**
223
-     * @param $latest
223
+     * @param string $latest
224 224
      * @param $loadUnstable
225 225
      * @return bool
226 226
      */
Please login to merge, or discard this patch.