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

fix: revert changes

parent 29e67265
No related branches found
No related tags found
No related merge requests found
# [1.1.4] - 2024-10-29
## Change
- Revert changes from 1.1.2, as `phpstan/phpstan-strict-rules` no longer expose ability to disable `empty()` check alone.
# [1.1.3] - 2024-10-29 # [1.1.3] - 2024-10-29
## Fixed ## Fixed
- Invalid `rules.neon` format - Invalid `rules.neon` format
......
...@@ -6,4 +6,3 @@ parameters: ...@@ -6,4 +6,3 @@ parameters:
- ../../php-stubs/woocommerce-stubs/woocommerce-stubs.php - ../../php-stubs/woocommerce-stubs/woocommerce-stubs.php
strictRules: strictRules:
requireParentConstructorCall: false requireParentConstructorCall: false
disallowedEmpty: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment