Fix undeclared method warning in phan

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-07-02 15:38:49 +02:00
parent fe807823d2
commit f3093b2401
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ class Systemdlog implements IWriter {
* @param string $app
* @param string $message
* @param int $level
* @suppress PhanUndeclaredMethod
*/
public function write(string $app, $message, int $level) {
$journal_level = $this->levels[$level];