Skip to content

Commit 079e336

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Fix CS Fix CS
2 parents db7987f + 5f6246e commit 079e336

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)