Skip to content

Commit

Permalink
Revert "Merge branch 'enumag-feature/postgres-fix'"
Browse files Browse the repository at this point in the history
This reverts commit 6b12b06, reversing
changes made to c7a95d4.
  • Loading branch information
ramsey committed Nov 7, 2017
1 parent 9417136 commit b750829
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions src/UuidBinaryOrderedTimeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,6 @@ public function requiresSQLCommentHint(AbstractPlatform $platform)
return true;
}

/**
* {@inheritdoc}
*
* @return integer
*/
public function getBindingType()
{
return \PDO::PARAM_LOB;
}

/**
* Creates/returns a UuidFactory instance that uses a specific codec
* that creates a binary that can be time-ordered
Expand Down
10 changes: 0 additions & 10 deletions src/UuidBinaryType.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,4 @@ public function requiresSQLCommentHint(AbstractPlatform $platform)
{
return true;
}

/**
* {@inheritdoc}
*
* @return integer
*/
public function getBindingType()
{
return \PDO::PARAM_LOB;
}
}

0 comments on commit b750829

Please sign in to comment.