Releases: paqtcom/coding-standards
Releases · paqtcom/coding-standards
4.0.1
What's Changed
- php-cs-fixer: always add a trailing comma in multiline by @robertgroot-paqt in #18
New Contributors
- @robertgroot-paqt made their first contribution in #18
Full Changelog: 4.0.0...4.0.1
4.0.0
3.0.0
Updated checkMissingIterableValueType rule to make use of identifiers. Since in phpstan 1.11.0 it throws a warning. You will get the following warning.
vendor/bin/phpstan analyse --memory-limit=2G
Note: Using configuration file /home/developer/projects/vrnapp/phpstan.neon.
⚠️ You're using a deprecated config option checkMissingIterableValueType ⚠️️
It's strongly recommended to remove it from your configuration file
and add the missing array typehints.
If you want to continue ignoring missing typehints from arrays,
add missingType.iterableValue error identifier to your ignoreErrors:
parameters:
ignoreErrors:
-
identifier: missingType.iterableValue
2.0.2
What's Changed
- Adjust reference to Larastan due to errors by @paqtcom-arlon in #10
New Contributors
- @paqtcom-arlon made their first contribution in #10
Full Changelog: 2.0.1...2.0.2