Skip to content

v1.1.5 (PATCH)

Choose a tag to compare

@onamfc onamfc released this 15 Jul 16:14
· 14 commits to main since this release

Resolved PHP 8.3 deprecation warning:
Updated method signature of markAsClosed() in DeveloperLog model to explicitly declare $userId as a nullable integer (?int $userId = null).
This change prevents the deprecation notice:
"Implicitly marking parameter $userId as nullable is deprecated", which occurs in PHP 8.3 and later.