We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8491090 commit 6b16770Copy full SHA for 6b16770
Slugger/AsciiSlugger.php
@@ -83,7 +83,7 @@ public function setLocale(string $locale)
83
/**
84
* {@inheritdoc}
85
*/
86
- public function getLocale()
+ public function getLocale(): string
87
{
88
return $this->defaultLocale;
89
}
composer.json
@@ -25,7 +25,7 @@
25
"require-dev": {
26
"symfony/error-handler": "^5.4|^6.0",
27
"symfony/http-client": "^5.4|^6.0",
28
- "symfony/translation-contracts": "^2",
+ "symfony/translation-contracts": "^2.0|^3.0",
29
"symfony/var-exporter": "^5.4|^6.0"
30
},
31
"conflict": {
0 commit comments