mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 23:00:28 -04:00
Enable strict exception type hint checking in PHPStan and add exception type hints
This commit is contained in:
parent
559e4a5e05
commit
c4c8e7353f
26 changed files with 300 additions and 82 deletions
|
@ -33,6 +33,7 @@ class Log{
|
|||
return;
|
||||
}
|
||||
|
||||
/** @throws void */
|
||||
$now = new DateTimeImmutable();
|
||||
|
||||
fwrite($fp, $now->format('Y-m-d H:i:s') . "\t" . $this->RequestId . "\t" . $text . "\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue