@@ -47,6 +47,9 @@ discard block |
||
| 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 |
||
| 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, |