1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +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\event;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
use Symfony\Component\EventDispatcher\Event;
class data extends Event implements \ArrayAccess

View File

@@ -9,14 +9,6 @@
namespace phpbb\event;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
use Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher;
/**

View File

@@ -9,14 +9,6 @@
namespace phpbb\event;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
class extension_subscriber_loader

View File

@@ -9,14 +9,6 @@
namespace phpbb\event;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpKernel\KernelEvents;
use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent;

View File

@@ -9,14 +9,6 @@
namespace phpbb\event;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpKernel\KernelEvents;
use Symfony\Component\HttpKernel\Event\GetResponseEvent;

View File

@@ -9,14 +9,6 @@
namespace phpbb\event;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpKernel\KernelEvents;
use Symfony\Component\HttpKernel\Event\PostResponseEvent;