mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Checkstyle: MultiLineCondition
This commit is contained in:
parent
ddfcc96ab5
commit
ff5f9370c4
1 changed files with 1 additions and 4 deletions
|
|
@ -556,10 +556,7 @@ class OC_App{
|
|||
|
||||
while( $file = readdir( $dh ) ) {
|
||||
|
||||
if (
|
||||
$file[0] != '.'
|
||||
and is_file($apps_dir['path'].'/'.$file.'/appinfo/app.php' )
|
||||
) {
|
||||
if ($file[0] != '.' and is_file($apps_dir['path'].'/'.$file.'/appinfo/app.php')) {
|
||||
|
||||
$apps[] = $file;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue