Skip to content

Commit

Permalink
DeprecatedFunctionsUnitTest: remove work-around for PHPCS bug
Browse files Browse the repository at this point in the history
... as the bug is now fixed.
  • Loading branch information
jrfnl committed Dec 8, 2023
1 parent d488b71 commit 00bb218
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions WordPress/Tests/WP/DeprecatedFunctionsUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ public function getErrorList() {
$errors[361]
);

// Temporarily until PHPCS supports PHP 8.2.
if ( \PHP_VERSION_ID >= 80200 ) {
unset( $errors[360] ); // Function call to readonly.
}

return $errors;
}

Expand Down

0 comments on commit 00bb218

Please sign in to comment.