Skip to content

Commit 25f8331

Browse files
author
Gary Lockett
authored
Use global namespace for linting
1 parent e197d2f commit 25f8331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TypesGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ public function generate(array $config): void
438438
}
439439
}
440440

441-
if (count($interfaceMappings) > 0 && $config['doctrine']['resolveTargetEntityConfigPath']) {
441+
if (\count($interfaceMappings) > 0 && $config['doctrine']['resolveTargetEntityConfigPath']) {
442442
$file = $config['output'].'/'.$config['doctrine']['resolveTargetEntityConfigPath'];
443443
$dir = \dirname($file);
444444
if (!file_exists($dir)) {

0 commit comments

Comments
 (0)