Skip to content

Commit d3f0aa4

Browse files
committed
fix coding standard
1 parent 52f63b2 commit d3f0aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public function createClassNameDetails(string $name, string $namespacePrefix, st
192192
if (!empty($namespacePrefix) && empty($suffix)) {
193193
$check = \sprintf('%s\%s', $namespacePrefix, $check);
194194
}
195-
Validator::classDoesNotExist($check);
195+
Validator::classDoesNotExist($check);
196196

197197
$className = rtrim($fullNamespacePrefix, '\\').'\\'.$className;
198198
} catch (RuntimeCommandException) {

0 commit comments

Comments
 (0)