mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-05 20:44:19 +01:00
Phpstan
This commit is contained in:
@@ -17,17 +17,17 @@ use SymfonyCasts\Bundle\VerifyEmail\SymfonyCastsVerifyEmailBundle;
|
||||
use Twig\Extra\TwigExtraBundle\TwigExtraBundle;
|
||||
|
||||
return [
|
||||
DoctrineBundle::class => ['all' => true],
|
||||
DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
|
||||
DoctrineMigrationsBundle::class => ['all' => true],
|
||||
EasyAdminBundle::class => ['all' => true],
|
||||
FrameworkBundle::class => ['all' => true],
|
||||
DoctrineBundle::class => ['all' => true],
|
||||
DoctrineMigrationsBundle::class => ['all' => true],
|
||||
MakerBundle::class => ['dev' => true],
|
||||
SecurityBundle::class => ['all' => true],
|
||||
SentryBundle::class => ['prod' => true],
|
||||
SymfonyCastsVerifyEmailBundle::class => ['all' => true],
|
||||
TwigBundle::class => ['all' => true],
|
||||
TwigComponentBundle::class => ['all' => true],
|
||||
TwigExtraBundle::class => ['all' => true],
|
||||
SecurityBundle::class => ['all' => true],
|
||||
WebProfilerBundle::class => ['dev' => true, 'test' => true],
|
||||
TwigExtraBundle::class => ['all' => true],
|
||||
TwigComponentBundle::class => ['all' => true],
|
||||
EasyAdminBundle::class => ['all' => true],
|
||||
DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
|
||||
SymfonyCastsVerifyEmailBundle::class => ['all' => true],
|
||||
SentryBundle::class => ['prod' => true],
|
||||
];
|
||||
|
||||
@@ -9,7 +9,7 @@ framework:
|
||||
enabled: true
|
||||
#esi: true
|
||||
#fragments: true
|
||||
|
||||
when@prod:
|
||||
# shortcut for private IP address ranges of your proxy
|
||||
trusted_proxies: 'private_ranges'
|
||||
# or, if your proxy instead uses the "Forwarded" header
|
||||
|
||||
Reference in New Issue
Block a user