Completed
Push — takeit-patch-1 ( 363e1f )
by Rafał
09:31
created
src/SWP/Bundle/CoreBundle/Consumer/AnalyticsEventConsumer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -177,6 +177,9 @@
 block discarded – undo
177 177
         return ArticleEventInterface::PAGEVIEW_SOURCE_EXTERNAL;
178 178
     }
179 179
 
180
+    /**
181
+     * @return string
182
+     */
180 183
     private function getFragmentFromUrl(string $url, string $fragment): ?string
181 184
     {
182 185
         $fragments = \parse_url($url);
Please login to merge, or discard this patch.
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.