Skip to content

Commit 110abe4

Browse files
committed
Fix tests
1 parent aed5058 commit 110abe4

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
@@ -24,7 +24,7 @@ abstract class AbstractConfigurator
2424
const FACTORY = 'unknown';
2525

2626
/**
27-
* @var callable(mixed $value, bool $allowService)|null
27+
* @var callable(mixed, bool $allowService)|null
2828
*/
2929
public static $valuePreProcessor;
3030

0 commit comments

Comments
 (0)