for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Leaditin\Code\Generator;
/**
* @package Leaditin\Code
* @author Igor Vuckovic <[email protected]>
* @license MIT
*/
class ClassGenerator extends ClassAwareGenerator
{
* @inheritDoc
protected function getScope(): string
return 'class';
}