Skip to content

Commit a8b9251

Browse files
committed
Fix CS
1 parent 9354ef2 commit a8b9251

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)