Skip to content

Commit cd92478

Browse files
Merge branch '5.4' into 6.0
* 5.4: Fix tests CS fix CS fix CS fix CS fixes Bump Symfony version to 5.3.4 Update VERSION for 5.3.3 Update CHANGELOG for 5.3.3 Bump Symfony version to 5.2.12 Update VERSION for 5.2.11 Update CHANGELOG for 5.2.11 Bump Symfony version to 4.4.27 Update VERSION for 4.4.26 Update CONTRIBUTORS for 4.4.26 Update CHANGELOG for 4.4.26
2 parents 506b797 + ed613a5 commit cd92478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Slugger/AsciiSlugger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class AsciiSlugger implements SluggerInterface, LocaleAwareInterface
6666
*/
6767
private $transliterators = [];
6868

69-
public function __construct(string $defaultLocale = null, array|\Closure|null $symbolsMap = null)
69+
public function __construct(string $defaultLocale = null, array|\Closure $symbolsMap = null)
7070
{
7171
$this->defaultLocale = $defaultLocale;
7272
$this->symbolsMap = $symbolsMap ?? $this->symbolsMap;

0 commit comments

Comments
 (0)