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
1 change: 1 addition & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ parameters:
- system/Commands/Generators/Views/*
- system/Debug/Toolbar/Views/toolbar.tpl.php
- system/Images/Handlers/GDHandler.php
- system/Test/Mock/MockCommon.php
- system/ThirdParty/*
- system/Validation/Views/single.php
- tests/system/View/Views/*
Expand Down
8 changes: 8 additions & 0 deletions utils/phpstan-baseline/arguments.count.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# total 2 errors

parameters:
ignoreErrors:
-
message: '#^Function is_cli invoked with 1 parameter, 0 required\.$#'
count: 2
path: ../../tests/system/Debug/ToolbarTest.php
3 changes: 2 additions & 1 deletion utils/phpstan-baseline/loader.neon
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# total 2635 errors
# total 2637 errors

includes:
- argument.type.neon
- arguments.count.neon
- assign.propertyType.neon
- booleanNot.exprNotBoolean.neon
- codeigniter.getReassignArray.neon
Expand Down