Completed
Push — master ( 1857c8...a46bee )
by Gaetano
07:53
created
Command/MassMigrateCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -331,7 +331,7 @@
 block discarded – undo
331 331
 
332 332
     /**
333 333
      * @param string $paths
334
-     * @param $migrationService
334
+     * @param \Kaliop\eZMigrationBundle\Core\MigrationService $migrationService
335 335
      * @param bool $isChild when not in child mode, do not waste time parsing migrations
336 336
      * @return MigrationDefinition[] parsed or unparsed, depending on
337 337
      *
Please login to merge, or discard this patch.
Core/Executor/FileExecutor.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     /**
69 69
      * @param array $dsl
70 70
      * @param array $context
71
-     * @return string
71
+     * @return boolean
72 72
      * @throws \Exception
73 73
      */
74 74
     protected function exists($dsl, $context)
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
     /**
197 197
      * @param array $dsl
198 198
      * @param array $context
199
-     * @return true
199
+     * @return boolean
200 200
      * @throws \Exception
201 201
      */
202 202
     protected function copy($dsl, $context)
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
     /**
229 229
      * @param array $dsl
230 230
      * @param array $context
231
-     * @return true
231
+     * @return boolean
232 232
      * @throws \Exception
233 233
      */
234 234
     protected function move($dsl, $context)
@@ -260,7 +260,7 @@  discard block
 block discarded – undo
260 260
     /**
261 261
      * @param array $dsl
262 262
      * @param array $context
263
-     * @return true
263
+     * @return boolean
264 264
      * @throws \Exception
265 265
      */
266 266
     protected function delete($dsl, $context)
Please login to merge, or discard this patch.