We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da20ead commit 9394f5bCopy full SHA for 9394f5b
src/Repository/NodeTypeFilesRepository.php
@@ -60,6 +60,7 @@ public function findAll(): array
60
return $nodeTypes;
61
} catch (DirectoryNotFoundException) {
62
trigger_error('NodeTypes directory does not exist: '.$this->nodeTypesDir, E_USER_DEPRECATED);
63
+
64
return [];
65
}
66
0 commit comments