Changeset 63367
- Timestamp:
- 08/27/2026 07:45:27 PM (8 days ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 7 edited
-
phpstan.neon.dist (modified) (1 diff)
-
src/wp-admin/includes/class-language-pack-upgrader-skin.php (modified) (1 diff)
-
src/wp-admin/includes/class-plugin-installer-skin.php (modified) (1 diff)
-
src/wp-admin/includes/class-plugin-upgrader-skin.php (modified) (1 diff)
-
src/wp-admin/includes/class-theme-installer-skin.php (modified) (1 diff)
-
src/wp-admin/includes/class-theme-upgrader-skin.php (modified) (1 diff)
-
tests/phpstan/baselines/method.notFound.neon (deleted)
-
tests/phpstan/baselines/property.notFound.neon (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpstan.neon.dist
r63357 r63367 58 58 - tests/phpstan/baselines/method.childParameterType.neon 59 59 - tests/phpstan/baselines/method.nonObject.neon 60 - tests/phpstan/baselines/method.notFound.neon61 60 - tests/phpstan/baselines/method.unused.neon 62 61 - tests/phpstan/baselines/notIdentical.alwaysTrue.neon -
trunk/src/wp-admin/includes/class-language-pack-upgrader-skin.php
r58082 r63367 17 17 */ 18 18 class Language_Pack_Upgrader_Skin extends WP_Upgrader_Skin { 19 /** 20 * The upgrader instance. 21 * 22 * @since 3.7.0 23 * @var Language_Pack_Upgrader 24 */ 25 public $upgrader; 26 19 27 public $language_update = null; 20 28 public $done_header = false; -
trunk/src/wp-admin/includes/class-plugin-installer-skin.php
r61455 r63367 17 17 */ 18 18 class Plugin_Installer_Skin extends WP_Upgrader_Skin { 19 /** 20 * The upgrader instance. 21 * 22 * @since 2.8.0 23 * @var Plugin_Upgrader 24 */ 25 public $upgrader; 26 19 27 public $api; 20 28 public $type; -
trunk/src/wp-admin/includes/class-plugin-upgrader-skin.php
r55911 r63367 17 17 */ 18 18 class Plugin_Upgrader_Skin extends WP_Upgrader_Skin { 19 /** 20 * The upgrader instance. 21 * 22 * @since 2.8.0 23 * @var Plugin_Upgrader 24 */ 25 public $upgrader; 19 26 20 27 /** -
trunk/src/wp-admin/includes/class-theme-installer-skin.php
r63177 r63367 17 17 */ 18 18 class Theme_Installer_Skin extends WP_Upgrader_Skin { 19 /** 20 * The upgrader instance. 21 * 22 * @since 2.8.0 23 * @var Theme_Upgrader 24 */ 25 public $upgrader; 26 19 27 public $api; 20 28 public $type; -
trunk/src/wp-admin/includes/class-theme-upgrader-skin.php
r57714 r63367 17 17 */ 18 18 class Theme_Upgrader_Skin extends WP_Upgrader_Skin { 19 20 /** 21 * The upgrader instance. 22 * 23 * @since 2.8.0 24 * @var Theme_Upgrader 25 */ 26 public $upgrader; 19 27 20 28 /** -
trunk/tests/phpstan/baselines/property.notFound.neon
r63020 r63367 25 25 path: ../../../src/wp-admin/includes/class-language-pack-upgrader.php 26 26 - 27 message: '#^Access to an undefined property WP_Upgrader\:\:\$new_plugin_data\.$#'28 identifier: property.notFound29 count: 130 path: ../../../src/wp-admin/includes/class-plugin-installer-skin.php31 -32 27 message: '#^Access to an undefined property WP_Upgrader_Skin\:\:\$plugin_active\.$#' 33 28 identifier: property.notFound … … 39 34 count: 1 40 35 path: ../../../src/wp-admin/includes/class-plugin-upgrader.php 41 -42 message: '#^Access to an undefined property WP_Upgrader\:\:\$new_theme_data\.$#'43 identifier: property.notFound44 count: 145 path: ../../../src/wp-admin/includes/class-theme-installer-skin.php46 36 - 47 37 message: '#^Access to an undefined property WP_Upgrader_Skin\:\:\$api\.$#'
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)