Unused method, property, variable or parameter 2
- Read doc
- Deadcode
- Minor
More information: https://insight.symfony.com/what-we-analyse/php.unused_local_variable_or_private_member
- */
- class Internal implements SubscriberInterface
- {
- private $debug;
- private $bootstraped = false;
- private $error; // store error object when logging an error
- private $inShutdown = false;
- private static $profilingEnabled = false;
- /**
- */
- class OnBootstrap
- {
- private $debug;
- private static $input; // populate me for unit tests in lieu of php://input
- /**
- * Magic callable method
- *
- * @param Event $event event instance