Skip to content

Commit

Permalink
again fixing coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiril Grancharov committed Apr 14, 2016
1 parent 135cb84 commit bd54aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Query/Grammars/Grammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,6 @@ protected function removeLeadingBoolean($value)
*/
public function getOperators()
{
return isset($this->operators)?$this->operators:[];
return isset($this->operators) ? $this->operators : [];
}
}

0 comments on commit bd54aee

Please sign in to comment.