Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 13, 2024
1 parent c17736c commit 9a3ec98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ public function testStubForConstantThatIsDeprecated(): void
*/
\define('FILTER_SANITIZE_STRING', 513);
EOT;
$stubData = new StubData($exampleStub, 'filter');
$stubData = new StubData($exampleStub, 'filter', null);

self::assertStringMatchesFormat(
"%Adefine('FILTER_SANITIZE_STRING',%w%d);",
Expand Down

0 comments on commit 9a3ec98

Please sign in to comment.