1.2.1407. 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.1407.1. Suggestions

  • Remove usage of this deprecated feature, so they can be removed ultimately.

1.2.1407.2. Specs

Short name

Attributes/UsingDeprecated

Rulesets

All, Attributes

Exakat since

2.6.1

PHP Version

All

Severity

Minor

Time To Fix

Quick (30 mins)

Precision

Medium

Features

attribute

Available in

Entreprise Edition, Exakat Cloud