15 lines
160 B
PHP

<?php
declare(strict_types=1);
namespace PHP_CodeSniffer\Sniffs;
if (interface_exists('PHP_CodeSniffer\Sniffs\Sniff')) {
return;
}
interface Sniff
{
}