Skip to content

Commit 65206b6

Browse files
committed
PHP 7.4 syntax
1 parent 62d048c commit 65206b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fixer/TypedClassConstantFixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ private static function getTypeOfExpressionForTokenKinds(array $tokenKinds): str
171171
private static function isOfTypeBasedOnKinds(
172172
array $expressionTokenKinds,
173173
array $expectedKinds,
174-
array $instantWinners,
174+
array $instantWinners
175175
): bool {
176176
foreach ($expressionTokenKinds as $index => $expressionTokenKind) {
177177
if ($expressionTokenKind === '?') {

0 commit comments

Comments
 (0)