diff --git a/config/packages/dev/debug.php b/config/packages/dev/debug.php index 84782f947..3bed2b5b3 100644 --- a/config/packages/dev/debug.php +++ b/config/packages/dev/debug.php @@ -5,8 +5,6 @@ use Symfony\Config\DebugConfig; use function Symfony\Component\DependencyInjection\Loader\Configurator\env; -// @phpstan-ignore-next-line return static function (DebugConfig $config): void { - // @phpstan-ignore-next-line $config->dumpDestination('tcp://' . env('VAR_DUMPER_SERVER')); };