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
mailer/Lib/Mailer.php
Linha 536: $sender = $this->message->getSender() ?: $this->message->getFrom();
The text was updated successfully, but these errors were encountered:
Você diz o operador ternário ?: ?
Essa notação é válida desde o PHP 5.3, ele retorna o que vem antes da interrogação caso seja "true" ou o que vem após, caso contrário.
Sorry, something went wrong.
Certo, quando consultei nao encontrei esta informação. O restante do código da lib tambem contem recursos do php 5.3 ?
No branches or pull requests
mailer/Lib/Mailer.php
Linha 536: $sender = $this->message->getSender() ?: $this->message->getFrom();
The text was updated successfully, but these errors were encountered: