Skip to content

Commit

Permalink
Merge pull request #600 from yajra/analysis-5ZDdeY
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
yajra committed Nov 21, 2020
2 parents 0213d65 + 4762540 commit 9e0ec50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Oci8/Schema/Grammars/OracleGrammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public function compileForeign(Blueprint $blueprint, Fluent $command)
*/
public function compileUnique(Blueprint $blueprint, Fluent $command)
{
$columns = array_map(function($column) {
$columns = array_map(function ($column) {
$column = $this->wrap($column);

return "lower({$column})";
Expand Down

0 comments on commit 9e0ec50

Please sign in to comment.