Skip to content

Commit

Permalink
Styleci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
harrygulliford committed Mar 9, 2022
1 parent e0e3d13 commit e69682b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Query/Grammars/FirebirdGrammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ public function compileProcedure(Builder $query, $procedure, array $values = nul
/**
* Compile an aggregated select clause.
*
* @param Builder $query
* @param array $aggregate
* @param \Illuminate\Database\Query\Builder $query
* @param array $aggregate
* @return string
*/
protected function compileAggregate(Builder $query, $aggregate)
Expand Down

0 comments on commit e69682b

Please sign in to comment.