From 0e58d8326741d957eecdafad59828b3e4bfb6913 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 2 Feb 2015 10:52:14 +0100 Subject: [PATCH] [ticket/456] Ignore coding standards in functions.php B3P-456 --- includes/functions.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index f13b878f..8322d1cd 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -7,18 +7,15 @@ * */ -// @codingStandardsIgnoreStart - /** * @ignore + * @codingStandardsIgnoreFile */ if (!defined('IN_PHPBB')) { exit; } -// @codingStandardsIgnoreEnd - // Get portal config function obtain_portal_config() {