File "OneInterfacePerFileUnitTest.inc"

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

<?php
interface foo {
	
}

interface bar {
	
}

interface baz {
	
}
?>