Skip to content

Commit 14e2d9e

Browse files
committed
Update FetchingDeprecatedConstRuleTest.php
1 parent 462e222 commit 14e2d9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/Rules/Deprecations/FetchingDeprecatedConstRuleTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,14 @@ public function testEstrictWithVersionGuard(): void
6767
[
6868
[
6969
'Use of constant E_STRICT is deprecated.',
70-
7
70+
7,
7171
],
7272
[
7373
'Use of constant E_STRICT is deprecated.',
74-
18
74+
18,
7575
],
7676
],
7777
);
7878
}
79+
7980
}

0 commit comments

Comments
 (0)