Skip to content

#316 add custom rector to change $entity->isEmpty() to !$entity->hasValue()#322

Merged
LordSimal merged 1 commit into5.xfrom
5.x-5.3-hasValue
Jul 15, 2025
Merged

#316 add custom rector to change $entity->isEmpty() to !$entity->hasValue()#322
LordSimal merged 1 commit into5.xfrom
5.x-5.3-hasValue

Conversation

@LordSimal
Copy link
Copy Markdown
Contributor

Resolves #316

#316 add custom rector to change $entity->isEmpty() to !$entity->hasValue()
@LordSimal LordSimal merged commit 2ae1c23 into 5.x Jul 15, 2025
3 checks passed
@LordSimal LordSimal deleted the 5.x-5.3-hasValue branch July 15, 2025 11:27
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.

Add rule for CakePHP 5.3 to replace calls to $entity->isEmpty() with !$entity->hasValue()

1 participant