Make WordPress Core


Ignore:
Timestamp:
12/07/2025 04:14:08 AM (2 months ago)
Author:
westonruter
Message:

Docs: Improve accuracy for types in phpdoc for WP_Dependencies, _WP_Dependency, WP_Scripts, and WP_Styles.

This increases these classes to PHPStan level 8.

Developed in https://github.com/WordPress/wordpress-develop/pull/10607

See #64238.

File:
1 edited

Legend:

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

    r60931 r61358  
    6767     *
    6868     * @since 2.6.0
    69      * @var array
     69     * @var array<string, mixed>
    7070     */
    7171    public $extra = array();
     
    8383     *
    8484     * @since 5.0.0
    85      * @var string
     85     * @var string|null
    8686     */
    8787    public $translations_path;
Note: See TracChangeset for help on using the changeset viewer.