mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 10:31:28 +00:00
Initial go at PHPStan rule level 6.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
interface Logger_Adapter {
|
||||
function log_error(int $errno, string $errstr, string $file, int $line, $context);
|
||||
}
|
||||
function log_error(int $errno, string $errstr, string $file, int $line, string $context): bool;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user