mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
Merge pull request #10080 from nextcloud/bugfix/noid/fix-phan-warning
Fix undeclared method warning in phan
This commit is contained in:
commit
aa64584d67
1 changed files with 1 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue