Skip to content

Commit 263a643

Browse files
setoptgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 6263aa6 commit 263a643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generators/BaseGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ protected function getActualClassNameAndNamespace(string $className, string $nam
122122

123123
return [
124124
$className,
125-
$namespace
125+
$namespace,
126126
];
127127
}
128128
}

0 commit comments

Comments
 (0)