php-perfect / ddev-intellij-plugin

DDEV Tool Integration for IntelliJ IDEA
https://plugins.jetbrains.com/plugin/18813-ddev-integration
BSD 3-Clause "New" or "Revised" License
109 stars 15 forks source link

refactor(settings): Use isEmpty instead of equals("") #238

Closed pan93412 closed 1 year ago

pan93412 commented 1 year ago

The Problem/Issue/Bug:

CleanShot 2023-10-05 at 14 22 30@2x

How this PR Solves the Problem:

Fix it according to IntelliJ's suggestion.

Manual Testing Instructions:

No breaking changes are introduced in this PR.

Related Issue Link(s):

None.

nico-loeber commented 1 year ago

Thank you @pan93412!