Skip to content

Commit

Permalink
Remove phpstan-ignore annotation since debugging is enabled in GH act…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
pierredup committed May 4, 2023
1 parent 8f6a726 commit dde29ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/packages/dev/debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
};

0 comments on commit dde29ed

Please sign in to comment.