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

feat: disable empty check

parent 696ad040
Branches
Tags
No related merge requests found
# [1.1.2] - 2024-10-29
## Changed
- Don't enforce avoiding `empty()` calls.
# [1.1.1] - 2024-09-11 # [1.1.1] - 2024-09-11
## Changed ## Changed
- Update WooCommerce stubs library. - Update WooCommerce stubs library.
......
...@@ -6,3 +6,4 @@ parameters: ...@@ -6,3 +6,4 @@ 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