Skip to content

Commit

Permalink
Update FetchingDeprecatedConstRuleTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Mar 2, 2024
1 parent 802855c commit d77c1a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function testFetchingDeprecatedConst(): void
);
}

public function testDeprecatedFilterConsts()
public function testDeprecatedFilterConsts(): void
{
if (!defined('FILTER_SANITIZE_STRING')) {
$this->markTestSkipped('Required constants are not available');
Expand Down

0 comments on commit d77c1a8

Please sign in to comment.