Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
t-geindre committed Jun 20, 2018
1 parent f4880c7 commit da4f117
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Console/Deployer.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,8 @@ private function buildPhpConfig(string $sourceFile, string $targetFile, array $f
}

return ['extension' => $extension . '.so'];
},
$extensions
))
}, $extensions)
)
);

(new IniWriter())->writeToFile($targetFile, $config);
Expand Down

0 comments on commit da4f117

Please sign in to comment.