We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6385ce commit e40ce91Copy full SHA for e40ce91
src/Illuminate/Database/Console/DbCommand.php
@@ -186,7 +186,7 @@ protected function getpgsqlEnv(array $connection)
186
* @param array $connection
187
* @return array
188
*/
189
- protected function buildOptionalArguments(array $args,array $connection)
+ protected function buildOptionalArguments(array $args, array $connection)
190
{
191
return array_values(array_filter($args, function ($key) use ($connection) {
192
return ! empty($connection[$key]);
0 commit comments