Skip to content
Merged
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: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"mikey179/vfsstream": "^1.6.12",
"nexusphp/tachycardia": "^2.0",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1.55",
"phpstan/phpstan": "^2.2.1",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpcov": "^9.0.2 || ^10.0",
"phpunit/phpunit": "^10.5.16 || ^11.2",
Expand Down
13 changes: 0 additions & 13 deletions utils/phpstan-baseline/function.alreadyNarrowedType.neon

This file was deleted.

18 changes: 0 additions & 18 deletions utils/phpstan-baseline/function.impossibleType.neon

This file was deleted.

4 changes: 1 addition & 3 deletions utils/phpstan-baseline/loader.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# total 2015 errors
# total 2010 errors

includes:
- argument.type.neon
Expand All @@ -10,8 +10,6 @@ includes:
- codeigniter.superglobalAccessAssign.neon
- deadCode.unreachable.neon
- empty.notAllowed.neon
- function.alreadyNarrowedType.neon
- function.impossibleType.neon
- method.alreadyNarrowedType.neon
- method.childParameterType.neon
- method.childReturnType.neon
Expand Down
Loading