Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.6.inc
<?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)
 */

class Foo {
}