Skip to content

Commit

Permalink
#2370 - Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Dec 27, 2022
1 parent c1646b6 commit d3f25f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Extension/ArrayAccessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public function testIssue1086StaticallyCalledFunctionWithArrayAsArgMustReturnArr
{
if (version_compare(PHP_VERSION, '8.1.0', '>')) {
$this->markTestSkipped('Deprecated Callable Patterns');

return;
}

Expand Down

0 comments on commit d3f25f8

Please sign in to comment.