Skip to content

Commit

Permalink
Fixed with coding standard naming generation in case no name was prov…
Browse files Browse the repository at this point in the history
…ided
  • Loading branch information
frenck committed Oct 23, 2016
1 parent 3c21b20 commit 9a1ed62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,7 @@ protected function generateStandardNameFromPackage(PackageInterface $package)

$standardName = ucwords($standardName);
$standardDir = str_replace(' ', '', $standardName);

return $standardDir;
}
}

0 comments on commit 9a1ed62

Please sign in to comment.