Skip to content

Commit 7cfcb89

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 115b7f2 + d9b66a0 commit 7cfcb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/Configurator/RoutingConfigurator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __construct(RouteCollection $collection, PhpFileLoader $loader,
3838
/**
3939
* @param string|string[]|null $exclude Glob patterns to exclude from the import
4040
*/
41-
final public function import(string|array $resource, string $type = null, bool $ignoreErrors = false, string|array|null $exclude = null): ImportConfigurator
41+
final public function import(string|array $resource, string $type = null, bool $ignoreErrors = false, string|array $exclude = null): ImportConfigurator
4242
{
4343
$this->loader->setCurrentDir(\dirname($this->path));
4444

0 commit comments

Comments
 (0)