Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
phpstan-rules
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
Library
phpstan-rules
Commits
20740fb9
Verified
Commit
20740fb9
authored
7 months ago
by
Bartek Jaskulski
Browse files
Options
Downloads
Patches
Plain Diff
feat: disable empty check
Signed-off-by:
Bart Jaskulski
<
bjaskulski@protonmail.com
>
parent
696ad040
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
rules.neon
+1
-0
1 addition, 0 deletions
rules.neon
with
5 additions
and
0 deletions
CHANGELOG.md
+
4
−
0
View file @
20740fb9
# [1.1.2] - 2024-10-29
## Changed
-
Don't enforce avoiding
`empty()`
calls.
# [1.1.1] - 2024-09-11
## Changed
-
Update WooCommerce stubs library.
...
...
This diff is collapsed.
Click to expand it.
rules.neon
+
1
−
0
View file @
20740fb9
...
...
@@ -6,3 +6,4 @@ parameters:
- ../../php-stubs/woocommerce-stubs/woocommerce-stubs.php
strictRules:
requireParentConstructorCall: false
disallowedEmpty: false
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment