Fix errors in Object namespace

This commit is contained in:
Art4 2024-12-06 21:55:04 +00:00
parent b35c45bf5a
commit 8b15bb9e66
17 changed files with 14 additions and 24 deletions

View file

@ -39,7 +39,7 @@ class ParsedLogLine
public $logline;
/**
* @param int line id
* @param int $id line id
* @param string $logline Source log line to parse
*/
public function __construct(int $id, string $logline)