This commit is contained in:
parent
60a59015e6
commit
b81f399c12
1 changed files with 6 additions and 1 deletions
|
@ -33,4 +33,9 @@
|
|||
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
|
||||
*/
|
||||
final class Doctrine_Null
|
||||
{ }
|
||||
{
|
||||
public function __toString()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue