File "FileHeaderUnitTest.17.inc"

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

<?php

namespace project\Controller;

use project\Auth\Authenticate;

/**
 * Shows open tasks for admins
 */
#[Authenticate('admin_logged_in')]
class TodoController extends AbstractController implements MustBeLoggedInInterface
{
}