Completed
Push — dependabot/composer/symfony/fl... ( 2f1af9 )
by
unknown
25:12 queued 14:58
created
src/SWP/Bundle/CoreBundle/Resolver/ArticleResolver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -62,6 +62,9 @@
 block discarded – undo
62 62
         return $result;
63 63
     }
64 64
 
65
+    /**
66
+     * @return string
67
+     */
65 68
     private function getFragmentFromUrl(string $url, string $fragment): ?string
66 69
     {
67 70
         $fragments = \parse_url($url);
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Consumer/ImageConversionConsumer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -120,6 +120,9 @@
 block discarded – undo
120 120
         return ConsumerInterface::MSG_ACK;
121 121
     }
122 122
 
123
+    /**
124
+     * @param ImageInterface $image
125
+     */
123 126
     private function markArticlesMediaAsUpdated($image)
124 127
     {
125 128
         /** @var ImageRenditionInterface[] $articleMedia */
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/AuthController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -228,6 +228,9 @@
 block discarded – undo
228 228
         ]);
229 229
     }
230 230
 
231
+    /**
232
+     * @param null|string $token
233
+     */
231 234
     private function generateOrGetApiKey(UserInterface $user, $token): ?ApiKeyInterface
232 235
     {
233 236
         $apiKey = null;
Please login to merge, or discard this patch.