for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Modules\Entitizer\Entity {
use Modules\Entitizer;
class Variable extends Entitizer\Utils\Entity {
use Entitizer\Common\Variable;
# Implement entity
protected function implement() {}
}