for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace BestIt\Sniffs\Commenting;
use BestIt\Sniffs\ClassRegistrationTrait;
/**
* Checks the structure of the class summary.
*
* @author blange <[email protected]>
* @package BestIt\Sniffs\Commenting
*/
class ClassDocSniff extends AbstractDocSniff
{
use ClassRegistrationTrait;
}