Skip to content

Commit 0799a7d

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Fix CS Fix CS
2 parents 5413a7f + 079e336 commit 0799a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/Configurator/AbstractConfigurator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ abstract class AbstractConfigurator
2727
public const FACTORY = 'unknown';
2828

2929
/**
30-
* @var callable(mixed, bool $allowService)|null
30+
* @var callable(mixed, bool)|null
3131
*/
3232
public static $valuePreProcessor;
3333

0 commit comments

Comments
 (0)