@@ -31,6 +31,7 @@ discard block |
||
31 | 31 | * the name of the entity as this class here is not aware of it |
32 | 32 | * @param string $field |
33 | 33 | * the file field |
34 | + * @return void |
|
34 | 35 | */ |
35 | 36 | public function createFile(Request $request, Entity $entity, $entityName, $field); |
36 | 37 | |
@@ -45,6 +46,7 @@ discard block |
||
45 | 46 | * the name of the entity as this class here is not aware of it |
46 | 47 | * @param string $field |
47 | 48 | * the file field |
49 | + * @return void |
|
48 | 50 | */ |
49 | 51 | public function updateFile(Request $request, Entity $entity, $entityName, $field); |
50 | 52 | |
@@ -57,6 +59,7 @@ discard block |
||
57 | 59 | * the name of the entity as this class here is not aware of it |
58 | 60 | * @param string $field |
59 | 61 | * the field of the entity containing the file to be deleted |
62 | + * @return void |
|
60 | 63 | */ |
61 | 64 | public function deleteFile(Entity $entity, $entityName, $field); |
62 | 65 |