Skip to content

Commit

Permalink
Removing forgotten getName() implementation in AbstractArrayType.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Dulacka committed May 20, 2015
1 parent 93c5de5 commit 19eb2dc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Doctrine/DBAL/PostgresTypes/AbstractArrayType.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
*/
abstract class AbstractArrayType extends Type
{
/**
* @return string
*/
public function getName()
{
return 'text_array';
}

/**
* Converts a value from its database representation to its PHP representation
* of this type.
Expand Down

0 comments on commit 19eb2dc

Please sign in to comment.