Completed
Pull Request — master (#621)
by Rafał
09:20
created
src/SWP/Bundle/ContentBundle/Factory/ORM/MediaFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -172,6 +172,9 @@
 block discarded – undo
172 172
         )->first();
173 173
     }
174 174
 
175
+    /**
176
+     * @return FileInterface
177
+     */
175 178
     protected function findFile(string $mediaId): ?FileInterface
176 179
     {
177 180
         return $this->fileRepository->findFileByAssetId(ArticleMedia::handleMediaId($mediaId));
Please login to merge, or discard this patch.