Skip to content

Commit

Permalink
rename duplicate class and function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Hikariii committed Feb 14, 2017
1 parent 4d97eba commit c3ce971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Query/AST/Functions/Postgresql/JsonSharpGt.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class JsonSharpGt extends FunctionNode
{
const FUNCTION_NAME = 'GT';
const FUNCTION_NAME = 'SHARP_GT';
const OPERATOR = '#>';

/** @var \Doctrine\ORM\Query\AST\Node */
Expand Down
4 changes: 2 additions & 2 deletions src/Query/AST/Functions/Postgresql/JsonSharpGtGt.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
use Doctrine\ORM\Query\SqlWalker;


class JsonSharpGt extends FunctionNode
class JsonSharpGtGt extends FunctionNode
{
const FUNCTION_NAME = 'GT';
const FUNCTION_NAME = 'SHARP_GT_GT';
const OPERATOR = '#>>';

/** @var \Doctrine\ORM\Query\AST\Node */
Expand Down

0 comments on commit c3ce971

Please sign in to comment.