1.2.1417. Using Deprecated Feature¶
Deprecated attribute marks a class, interface, trait, enumeration, function, closure <https://www.php.net/`closure>`_, array function, parameter, as a deprecated feature. This rule reports usage of these structure, so they can be removed.
Note that the class ` rulesets-deprecated ` does not need to be defined anywhere.
<?php
#[Deprecated]
function foo() { }
// This is reported
foo();
?>
1.2.1417.1. Connex PHP features¶
1.2.1417.1.1. Suggestions¶
Remove usage of this deprecated feature, so they can be removed ultimately.
1.2.1417.1.2. Specs¶
Short name |
Attributes/UsingDeprecated |
Rulesets |
|
Exakat since |
2.6.1 |
Severity |
Minor |
Time To Fix |
Quick (30 mins) |
Precision |
Medium |
Available in |