Completed
Push — ezp25946-migrate_files_to_othe... ( d05e09...2e1d0b )
by
unknown
13:37
created
eZ/Bundle/EzPublishIOBundle/Migration/MigrationHandlerInterface.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@  discard block
 block discarded – undo
13 13
 
14 14
 interface MigrationHandlerInterface
15 15
 {
16
+    /**
17
+     * @return void
18
+     */
16 19
     public function __construct(HandlerFactory $metadataHandlerFactory, HandlerFactory $binarydataHandlerFactory);
17 20
 
18 21
     /**
@@ -43,7 +46,6 @@  discard block
 block discarded – undo
43 46
     /**
44 47
      * Loads and returns metadata for all files.
45 48
      *
46
-     * @param string $scope The file scope, one of 'binaryfile', 'image', 'mediafile'
47 49
      *
48 50
      * @return BinaryFile[]
49 51
      */
Please login to merge, or discard this patch.