← All changes
|
vendor/symfony/string/Slugger/SluggerInterface.php
+1
-1
3.0.11
→
3.2.90
View file →
| @@ -20,6 +20,6 @@ | ||
| 20 | 20 | { |
| 21 | 21 | /** |
| 22 | 22 | * Creates a slug for the given string and locale, using appropriate transliteration when needed. |
| 23 | 23 | */ |
| 24 | - public function slug(string $string, string $separator = '-', ?string $locale = null) : AbstractUnicodeString; | |
| 24 | + public function slug(string $string, string $separator = '-', ?string $locale = null): AbstractUnicodeString; | |
| 25 | 25 | } |