Skip to content

Commit 9394f5b

Browse files
author
roadiz-ci
committed
chore: PHP CS fix
1 parent da20ead commit 9394f5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Repository/NodeTypeFilesRepository.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public function findAll(): array
6060
return $nodeTypes;
6161
} catch (DirectoryNotFoundException) {
6262
trigger_error('NodeTypes directory does not exist: '.$this->nodeTypesDir, E_USER_DEPRECATED);
63+
6364
return [];
6465
}
6566
}

0 commit comments

Comments
 (0)