Skip to content

make phpstan happy#94

Open
sealsrock12 wants to merge 1 commit intomainfrom
make-phpstan-happy
Open

make phpstan happy#94
sealsrock12 wants to merge 1 commit intomainfrom
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
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.

1 participant