v1.1.5 (PATCH)
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.