File "InterfaceNameSuffixUnitTest.inc"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/InterfaceNameSuffixUnitTest.inc
File size: 178 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

interface SomeNameInterface
{

}

interface ISomeName // error
{

}

interface ISomeNameInterface
{

}


interface ISomeOtherNameinterface
{

}

interface mInterface
{

}