File "FileCommentUnitTest.7.inc"

Full Path: /home/warrior1/public_html/wp-content/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.7.inc
File size: 279 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * This should not be recognized as a file comment, but as a class comment.
 *
 * @package    Package
 * @subpackage Subpackage
 * @author     Squiz Pty Ltd <products@squiz.net>
 * @copyright  2010-2014 Squiz Pty Ltd (ABN 77 084 670 600)
 */
#[Attribute]
class Foo {
}