Skip to content

Commit

Permalink
Dev Finetuning Scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Nov 24, 2017
1 parent 0fba4ad commit f8a6892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .scrutinizer.yml
Expand Up @@ -16,6 +16,8 @@ filter:
- 'application/libraries/admin/pclzip/*'
- 'application/extensions/*'
- 'application/third_party/*'
- 'third_party/*'
- 'installer/*'
checks:
javascript: true
php:
Expand Down
2 changes: 1 addition & 1 deletion application/commands/InstallCommand.php
Expand Up @@ -60,7 +60,7 @@ public function run($aArguments)
case 'mssql':
case 'sqlsrv':
break;
default:
default:
throw new Exception(sprintf('Unknown database type "%s".', $this->connection->driverName));
}

Expand Down

0 comments on commit f8a6892

Please sign in to comment.