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
2 changes: 0 additions & 2 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ includes:
- tests/phpstan/baselines/booleanAnd.alwaysFalse.neon
- tests/phpstan/baselines/booleanAnd.alwaysTrue.neon
- tests/phpstan/baselines/booleanAnd.leftAlwaysTrue.neon
- tests/phpstan/baselines/booleanAnd.rightAlwaysFalse.neon
- tests/phpstan/baselines/booleanAnd.rightAlwaysTrue.neon
- tests/phpstan/baselines/booleanNot.alwaysFalse.neon
- tests/phpstan/baselines/booleanNot.alwaysTrue.neon
Expand Down Expand Up @@ -90,7 +89,6 @@ includes:
- tests/phpstan/baselines/return.unusedType.neon
- tests/phpstan/baselines/smallerOrEqual.alwaysTrue.neon
- tests/phpstan/baselines/staticClassAccess.privateMethod.neon
- tests/phpstan/baselines/ternary.alwaysFalse.neon
- tests/phpstan/baselines/ternary.alwaysTrue.neon
- tests/phpstan/baselines/varTag.noVariable.neon
- tests/phpstan/baselines/variable.undefined.neon
Expand Down
2 changes: 2 additions & 0 deletions tests/phpstan/base.neon
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ parameters:
- BACKGROUND_IMAGE
- COOKIEPATH
- CUSTOM_TAGS
- DB_COLLATE
- DISALLOW_FILE_EDIT
- DISALLOW_UNFILTERED_HTML
- EMPTY_TRASH_DAYS
Expand All @@ -104,6 +105,7 @@ parameters:
- WP_DEBUG
- WP_DEBUG_DISPLAY
- WP_DEBUG_LOG
- WP_DEVELOPMENT_MODE
- WP_LANG_DIR
- WP_NETWORK_ADMIN
- WP_POST_REVISIONS
Expand Down
25 changes: 0 additions & 25 deletions tests/phpstan/baselines/booleanAnd.rightAlwaysFalse.neon

This file was deleted.

25 changes: 0 additions & 25 deletions tests/phpstan/baselines/ternary.alwaysFalse.neon

This file was deleted.