1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00
This commit is contained in:
zYne 2007-04-16 18:08:11 +00:00
parent 60a59015e6
commit b81f399c12

View file

@ -33,4 +33,9 @@
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
final class Doctrine_Null
{ }
{
public function __toString()
{
return '';
}
}