mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Add app name to the call
Regression from 69b063f4c6
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
a27633b140
commit
eba5e3c9e7
1 changed files with 1 additions and 1 deletions
|
|
@ -614,7 +614,7 @@ class Installer {
|
|||
}
|
||||
|
||||
$codeChecker = new CodeChecker(new PrivateCheck(new EmptyCheck()));
|
||||
$errors = $codeChecker->analyseFolder($folder);
|
||||
$errors = $codeChecker->analyseFolder(basename($folder), $folder);
|
||||
|
||||
return empty($errors);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue