Skip to content

Commit efa72e4

Browse files
Do not use PHP 8.3 syntax
1 parent 74aecaa commit efa72e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextUI/Command/Commands/CheckPhpConfigurationCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/**
3030
* @var non-empty-array<non-empty-string, array{expectedValue: non-empty-string, valueForConfiguration: non-empty-string, requiredExtensions: list<non-empty-string>}>
3131
*/
32-
private const array SETTINGS = [
32+
private const SETTINGS = [
3333
'display_errors' => [
3434
'expectedValue' => '1',
3535
'valueForConfiguration' => 'On',

0 commit comments

Comments
 (0)