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\VariableRegistrationTrait;
/**
* Checks the structure of the property summary.
*
* @author blange <[email protected]>
* @package BestIt\Sniffs\Commenting
*/
class PropertyDocSniff extends AbstractDocSniff
{
use VariableRegistrationTrait;
}