Skip to content

Commit

Permalink
fix coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbee committed Dec 19, 2024
1 parent 52f63b2 commit d3f0aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public function createClassNameDetails(string $name, string $namespacePrefix, st
if (!empty($namespacePrefix) && empty($suffix)) {
$check = \sprintf('%s\%s', $namespacePrefix, $check);
}
Validator::classDoesNotExist($check);
Validator::classDoesNotExist($check);

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

0 comments on commit d3f0aa4

Please sign in to comment.