We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e197d2f commit 25f8331Copy full SHA for 25f8331
src/TypesGenerator.php
@@ -438,7 +438,7 @@ public function generate(array $config): void
438
}
439
440
441
- if (count($interfaceMappings) > 0 && $config['doctrine']['resolveTargetEntityConfigPath']) {
+ if (\count($interfaceMappings) > 0 && $config['doctrine']['resolveTargetEntityConfigPath']) {
442
$file = $config['output'].'/'.$config['doctrine']['resolveTargetEntityConfigPath'];
443
$dir = \dirname($file);
444
if (!file_exists($dir)) {
0 commit comments