Make WordPress Core


Ignore:
Timestamp:
10/02/2023 11:25:35 AM (21 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Remove redundant ignore annotations, take 5.

The VariableAnalysis standard is not used by WP Core.

Follow-up to [50958], [51003], [52049], [52051], [52069], [53072], [54132], [55132], [56363], [56738], [56743], [56751], [56752].

Props jrf.
See #59161.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r56748 r56753  
    50805080            $input_array[ $path_element ] = array();
    50815081        }
    5082         $input_array = &$input_array[ $path_element ]; // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.VariableRedeclaration
     5082        $input_array = &$input_array[ $path_element ];
    50835083    }
    50845084
Note: See TracChangeset for help on using the changeset viewer.