Skip to content

make phpstan happy#94

Merged
zleyyij merged 1 commit into
mainfrom
make-phpstan-happy
May 8, 2026
Merged

make phpstan happy#94
zleyyij merged 1 commit into
mainfrom
make-phpstan-happy

Conversation

@sealsrock12
Copy link
Copy Markdown
Member

Only thing of note is that I disabled the empty() rule. A lot of the time we use empty() to check if something is not null and is not empty. If we don't use empty() we would need to do something like isset($a) && count($a) > 0.

@sealsrock12 sealsrock12 requested a review from zleyyij May 2, 2026 23:09
@zleyyij zleyyij merged commit 07b9637 into main May 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants