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
Trying to write a log to syslog is generated this error:
Typed property Log_syslog::$name must be int, string used
In syslog.php there is a different type of variable $name in class declaration:
class Log_syslog extends Log { /** * Integer holding the log facility to use. */ private int $name;
and costructor:
public function __construct( string $name,
The text was updated successfully, but these errors were encountered:
@sveneld, could you take a look at this?
Sorry, something went wrong.
#34
Thanks for the bug report!
This is now fixed in version 1.14.4.
No branches or pull requests
Trying to write a log to syslog is generated this error:
Typed property Log_syslog::$name must be int, string used
In syslog.php there is a different type of variable $name in class declaration:
and costructor:
The text was updated successfully, but these errors were encountered: