Completed
Pull Request — master (#1041)
by Rafał
09:53
created
src/SWP/Bundle/CoreBundle/MessageHandler/AnalyticsEventHandler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -60,6 +60,9 @@
 block discarded – undo
60 60
         $this->logger = $logger;
61 61
     }
62 62
 
63
+    /**
64
+     * @param string|null $pageViewReferrer
65
+     */
63 66
     private function handleArticlePageViews(int $articleId, ?string $pageViewReferrer): void
64 67
     {
65 68
         if (0 !== $articleId) {
Please login to merge, or discard this patch.