for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Desmond\data_types;
class FalseType extends AbstractAtom
{
public function __construct()
$this->setValue(false);
}
public function __toString()
return 'false';