Skip to content
Snippets Groups Projects
Verified Commit 26f05b25 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

feat: decrease noisiness

parent c9fef1ba
No related branches found
No related tags found
No related merge requests found
# [1.2.1] - 2024-12-05
## Change
- Remove another noisy strict rules.
# [1.2.0] - 2024-11-29 # [1.2.0] - 2024-11-29
## Change ## Change
- Loosen phpstan rules strictness. - Loosen phpstan rules strictness.
......
...@@ -9,3 +9,5 @@ parameters: ...@@ -9,3 +9,5 @@ parameters:
disallowedEmpty: false disallowedEmpty: false
disallowedShortTernary: false disallowedShortTernary: false
disallowedLooseComparison: false disallowedLooseComparison: false
booleansInConditions: false
uselessCast: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment