File "FileCommentUnitTest.2.inc"

Full Path: /home/warrior1/public_html/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.2.inc
File size: 168 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

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