We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!empty()
isset() && !empty()
In v3.0.1 you added an isset() check that is not needed here
isset()
Post-SMTP/Postman/Postman-Email-Log/PostmanEmailQueryLog.php
Line 144 in 0c42f4a
See https://www.php.net/manual/en/function.empty.php
A variable is considered empty if it does not exist or if its value equals [false]
The text was updated successfully, but these errors were encountered:
! empty()
isset() && ! empty()
No branches or pull requests
In v3.0.1 you added an
isset()
check that is not needed herePost-SMTP/Postman/Postman-Email-Log/PostmanEmailQueryLog.php
Line 144 in 0c42f4a
See https://www.php.net/manual/en/function.empty.php
The text was updated successfully, but these errors were encountered: