[ticket/454] Ignore IN_PHPBB check in coding standards check

B3P-454
This commit is contained in:
Marc Alexander
2015-02-01 11:34:12 +01:00
parent f1b77b1a2b
commit 70efb8a4e8
2 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
*
*/
// @codingStandardsIgnoreStart
/**
* @ignore
*/
@@ -15,6 +17,8 @@ if (!defined('IN_PHPBB'))
exit;
}
// @codingStandardsIgnoreEnd
// Get portal config
function obtain_portal_config()
{

View File

@@ -7,6 +7,7 @@
*
*/
// @codingStandardsIgnoreStart
/**
* @ignore
*/
@@ -15,6 +16,8 @@ if (!defined('IN_PHPBB'))
exit;
}
// @codingStandardsIgnoreEnd
/**
* Convert column number to string equivalent
*