Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7a50e96

Browse files
Fix
1 parent 5ae7a3d commit 7a50e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/Rules/StrictCalls/StrictFunctionCallsRuleTest.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function testRule(): void
7575
public function testBug231(): void
7676
{
7777
if (PHP_VERSION_ID < 80100) {
78-
$this->markTestSkipped('Test requires PHP 8.1.');
78+
self::markTestSkipped('Test requires PHP 8.1.');
7979
}
8080
$this->analyse([__DIR__ . '/data/bug-231.php'], []);
8181
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /