Skip to content

Commit e40ce91

Browse files
styleci
1 parent a6385ce commit e40ce91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Console/DbCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ protected function getpgsqlEnv(array $connection)
186186
* @param array $connection
187187
* @return array
188188
*/
189-
protected function buildOptionalArguments(array $args,array $connection)
189+
protected function buildOptionalArguments(array $args, array $connection)
190190
{
191191
return array_values(array_filter($args, function ($key) use ($connection) {
192192
return ! empty($connection[$key]);

0 commit comments

Comments
 (0)