1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 23:44:27 +02:00

Fix code style issues

This commit is contained in:
Franz Liedke
2015-09-03 08:48:26 +02:00
parent 3c9d851889
commit 21dd516eaa
2 changed files with 4 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ class InstallServiceProvider extends ServiceProvider
$this->app->bind(
'Flarum\Install\Prerequisites\Prerequisite',
function() {
function () {
return new Composite(
new PhpVersion(),
new PhpExtensions(),