Changeset 63787
- Timestamp:
- 09/21/2026 09:49:58 PM (13 hours ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
composer.json (modified) (1 diff)
-
tests/phpstan/baselines/variable.undefined.neon (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r63597 r63787 53 53 "wp-coding-standards/wpcs": "~3.4.1", 54 54 "phpcompatibility/phpcompatibility-wp": "~2.1.3", 55 "phpstan/phpstan": "2.2.1 3",55 "phpstan/phpstan": "2.2.14", 56 56 "phpstan/phpstan-phpunit": "2.0.18", 57 57 "yoast/phpunit-polyfills": "^1.1.0" -
trunk/tests/phpstan/baselines/variable.undefined.neon
r63426 r63787 275 275 path: ../../../src/wp-admin/includes/plugin.php 276 276 - 277 message: '#^Variable \$metakey might not be defined\.$#'278 identifier: variable.undefined279 count: 3280 path: ../../../src/wp-admin/includes/post.php281 -282 277 message: '#^Variable \$revision might not be defined\.$#' 283 278 identifier: variable.undefined … … 880 875 path: ../../../src/wp-includes/global-styles-and-settings.php 881 876 - 882 message: '#^Variable \$token_length might not be defined\.$#'883 identifier: variable.undefined884 count: 1885 path: ../../../src/wp-includes/html-api/class-wp-html-decoder.php886 -887 877 message: '#^Variable \$node might not be defined\.$#' 888 878 identifier: variable.undefined
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)