@@ -13,6 +13,9 @@ discard block |
||
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 |
||
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 | */ |