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
7 changes: 7 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
parameters:
ignoreErrors:
-
message: '#^Method AssoConnect\\PHPPercent\\Percent\:\:toRatio\(\) cannot have float as its return type \- floats are not allowed\.$#'
identifier: float.type
count: 1
path: src/Percent.php
7 changes: 3 additions & 4 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
parameters:
level: 8
paths:
- src/
- tests/

includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor/assoconnect/php-quality-config/phpstan.extension.neon
- phpstan-baseline.neon
Loading