/**
*
* 0Multi-line short description without full stop
*
*
* asdasd
* long description for file (if any)
* asdasdadada
*
* PHP versio
*
* LICENSE: This source file is subject to version 3.0 of the PHP license
* that is available through the world-wide-web at the following URI:
* http://www.php.net/license/3_0.txt. If you did not receive a copy of
* the PHP License and are unable to obtain it through the web, please
* send a note to license@php.net so we can mail you a copy immediately.
* @package SquizCMS
* @package ADDITIONAL PACKAGE TAG
* @subpkg not_camelcased
* @author Squiz Pty Ltd <products@squiz.net>
* @author
* @copyright 1997 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 1994-1997 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2022 Squiz Pty Ltd (ABN 77 084 670 600)
* @license http://www.php.net/license/3_0.txt
* @summary An unknown summary tag
*
*/
/**
* This bit here is not qualified as file comment
*
* as it is not the first comment in the file
*
*/
|