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
PostmanEmailQueryLog::get_all_logs() : The default value of $ids should be array(-1) to prevent $ids from being an empty string.
PostmanEmailQueryLog::get_all_logs()
$ids
array(-1)
Post-SMTP/Postman/Postman-Email-Log/PostmanEmailQueryLog.php
Lines 292 to 305 in afce560
PostmanEmailLogs::save(): The default value of $id should be 0 as PostmanEmailLogs::update() expects $id to be int.
PostmanEmailLogs::save()
$id
0
PostmanEmailLogs::update()
int
Post-SMTP/Postman/PostmanEmailLogs.php
Lines 257 to 275 in afce560
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PostmanEmailQueryLog::get_all_logs()
: The default value of$ids
should bearray(-1)
to prevent$ids
from being an empty string.Post-SMTP/Postman/Postman-Email-Log/PostmanEmailQueryLog.php
Lines 292 to 305 in afce560
PostmanEmailLogs::save()
: The default value of$id
should be0
asPostmanEmailLogs::update()
expects$id
to beint
.Post-SMTP/Postman/PostmanEmailLogs.php
Lines 257 to 275 in afce560
The text was updated successfully, but these errors were encountered: