Skip to content

Commit 105a10c

Browse files
committed
DeprecatedFunctionsUnitTest: remove work-around for PHPCS bug
... as the bug is now fixed.
1 parent bf168c6 commit 105a10c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

WordPress/Tests/WP/DeprecatedFunctionsUnitTest.php

-5
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ public function getErrorList() {
7676
$errors[361]
7777
);
7878

79-
// Temporarily until PHPCS supports PHP 8.2.
80-
if ( \PHP_VERSION_ID >= 80200 ) {
81-
unset( $errors[360] ); // Function call to readonly.
82-
}
83-
8479
return $errors;
8580
}
8681

0 commit comments

Comments
 (0)