Completed
Pull Request — 1.5 (#767)
by Paweł
09:36
created
src/SWP/Bundle/ContentBundle/Factory/ORM/MediaFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -129,6 +129,9 @@
 block discarded – undo
129 129
         return $articleMedia;
130 130
     }
131 131
 
132
+    /**
133
+     * @return FileInterface
134
+     */
132 135
     private function getFile(RenditionInterface $rendition, ?FileInterface $file): ?FileInterface
133 136
     {
134 137
         if (null !== $file) {
Please login to merge, or discard this patch.