1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.

PHPBB3-11980
This commit is contained in:
Andreas Fischer
2013-10-30 13:05:28 +01:00
parent 6ac46ad469
commit 7aa8f6461f
192 changed files with 0 additions and 1537 deletions

View File

@@ -9,14 +9,6 @@
namespace phpbb\cache\driver;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* ACM for APC
* @package acm

View File

@@ -9,14 +9,6 @@
namespace phpbb\cache\driver;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* @package acm
*/

View File

@@ -9,14 +9,6 @@
namespace phpbb\cache\driver;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* An interface that all cache drivers must implement
*

View File

@@ -9,14 +9,6 @@
namespace phpbb\cache\driver;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* ACM for eAccelerator
* @package acm

View File

@@ -9,14 +9,6 @@
namespace phpbb\cache\driver;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* ACM File Based Caching
* @package acm

View File

@@ -9,14 +9,6 @@
namespace phpbb\cache\driver;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (!defined('PHPBB_ACM_MEMCACHE_PORT'))
{
define('PHPBB_ACM_MEMCACHE_PORT', 11211);

View File

@@ -9,14 +9,6 @@
namespace phpbb\cache\driver;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* ACM Abstract Memory Class
* @package acm

View File

@@ -9,14 +9,6 @@
namespace phpbb\cache\driver;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* ACM Null Caching
* @package acm

View File

@@ -9,14 +9,6 @@
namespace phpbb\cache\driver;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (!defined('PHPBB_ACM_REDIS_PORT'))
{
define('PHPBB_ACM_REDIS_PORT', 6379);

View File

@@ -9,14 +9,6 @@
namespace phpbb\cache\driver;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* ACM for WinCache
* @package acm

View File

@@ -9,14 +9,6 @@
namespace phpbb\cache\driver;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* ACM for XCache
* @package acm