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 a9268a2 commit 9020282Copy full SHA for 9020282
src/LibraryStarterKit/Console/Question/PackageNamespace.php
@@ -85,6 +85,8 @@ public function getDefault()
85
86
$packageName = str_replace('/', '\\', $packageName);
87
$packageNameParts = explode('\\', $packageName);
88
+
89
+ /** @var string[] $packageNameParts */
90
$packageNameParts = array_map($this->namify(), $packageNameParts);
91
92
return implode('\\', $packageNameParts);
0 commit comments