Revert "Fix undeclared method warning in phan"

This reverts commit f3093b2401.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-07-03 17:35:04 +02:00
parent aa64584d67
commit 10b8a4a8b1
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ 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];