Skip to content

Commit

Permalink
Merge pull request #4 from K-Phoen/analysis-zekplA
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
K-Phoen committed Jul 21, 2018
2 parents 172ffc5 + 29a0b84 commit f434d81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Cli/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ private function registerCommands(): void
switch ($type) {
case 'album':
$config = new AlbumConfiguration();

break;
case 'global':
$config = new GlobalConfiguration();

break;
default:
throw new \LogicException(sprintf('Unknown config type "%s". Known values: album, global.', $type));
Expand Down

0 comments on commit f434d81

Please sign in to comment.