for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Desmond\data_types;
class VoidType extends AbstractAtom
{
public function __toString()
return '';
}