Merge pull request #10080 from nextcloud/bugfix/noid/fix-phan-warning

Fix undeclared method warning in phan
This commit is contained in:
Morris Jobke 2018-07-02 17:40:39 +02:00 committed by GitHub
commit aa64584d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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];