[ticket/456] Ignore coding standards in functions.php
B3P-456
This commit is contained in:
@@ -7,18 +7,15 @@
|
||||
*
|
||||
*/
|
||||
|
||||
// @codingStandardsIgnoreStart
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
* @codingStandardsIgnoreFile
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
// @codingStandardsIgnoreEnd
|
||||
|
||||
// Get portal config
|
||||
function obtain_portal_config()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user