Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ includes:
- tests/phpstan/baselines/booleanOr.alwaysTrue.neon
- tests/phpstan/baselines/booleanOr.rightAlwaysTrue.neon
- tests/phpstan/baselines/catch.neverThrown.neon
- tests/phpstan/baselines/class.nameCase.neon
- tests/phpstan/baselines/class.notFound.neon
- tests/phpstan/baselines/deadCode.unreachable.neon
- tests/phpstan/baselines/empty.offset.neon
Expand Down
2 changes: 1 addition & 1 deletion src/wp-includes/class-wp-locale-switcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public function filter_locale( $locale ) {
*
* @since 4.7.0
*
* @global Mo[] $l10n An array of all currently loaded text domains.
* @global MO[] $l10n An array of all currently loaded text domains, keyed by text domain.
*
* @param string $locale The locale to load translations for.
*/
Expand Down
25 changes: 0 additions & 25 deletions tests/phpstan/baselines/class.nameCase.neon

This file was deleted.

Loading