Skip to content

Commit 5f6246e

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Fix CS Fix CS
2 parents e3ebabc + a8b9251 commit 5f6246e

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
@@ -26,7 +26,7 @@ abstract class AbstractConfigurator
2626
public const FACTORY = 'unknown';
2727

2828
/**
29-
* @var callable(mixed, bool $allowService)|null
29+
* @var callable(mixed, bool)|null
3030
*/
3131
public static $valuePreProcessor;
3232

0 commit comments

Comments
 (0)