We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce01fbc commit 4b36221Copy full SHA for 4b36221
Log/null.php
@@ -72,7 +72,7 @@ public function close(): bool
72
* PEAR_LOG_NOTICE, PEAR_LOG_INFO, and PEAR_LOG_DEBUG.
73
* @return boolean True on success or false on failure.
74
*/
75
- public function log($message, int $priority = null): bool
+ public function log($message, ?int $priority = null): bool
76
{
77
/* If a priority hasn't been specified, use the default value. */
78
if ($priority === null) {
0 commit comments