Completed
Push — master ( 9a2ca3...ae9d99 )
by Alejandro
10s
created
module/Core/src/Service/UrlShortener.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -47,6 +47,9 @@  discard block
 block discarded – undo
47 47
      */
48 48
     private $urlValidationEnabled;
49 49
 
50
+    /**
51
+     * @param boolean $urlValidationEnabled
52
+     */
50 53
     public function __construct(
51 54
         ClientInterface $httpClient,
52 55
         EntityManagerInterface $em,
@@ -65,6 +68,7 @@  discard block
 block discarded – undo
65 68
      * @throws NonUniqueSlugException
66 69
      * @throws InvalidUrlException
67 70
      * @throws RuntimeException
71
+     * @param string $customSlug
68 72
      */
69 73
     public function urlToShortCode(
70 74
         UriInterface $url,
Please login to merge, or discard this patch.