File "FileHeaderUnitTest.11.inc.fixed"

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

<?php

/**
 * Template file docblock.
 *
 * @package Vendor\Package
 */

if (!defined('ABSPATH')) {
    exit;
}

?>

<p><?php echo 'Some text string'; ?></p>

<?php

/**
 * Docblock.
 */
include 'foo.php';