Skip to content

Commit 84a3354

Browse files
committed
No need to absolutize phpstan-symfony options with underscores
1 parent c7ecad5 commit 84a3354

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/DependencyInjection/NeonAdapter.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
final class NeonAdapter implements Adapter
3232
{
3333

34-
public const CACHE_KEY = 'v29-excludes-analyse';
34+
public const CACHE_KEY = 'v30-no-underscore';
3535

3636
private const PREVENT_MERGING_SUFFIX = '!';
3737

@@ -134,9 +134,7 @@ public function process(array $arr, string $fileKey, string $file): array
134134
'[parameters][memoryLimitFile]',
135135
'[parameters][benchmarkFile]',
136136
'[parameters][stubFiles][]',
137-
'[parameters][symfony][console_application_loader]',
138137
'[parameters][symfony][consoleApplicationLoader]',
139-
'[parameters][symfony][container_xml_path]',
140138
'[parameters][symfony][containerXmlPath]',
141139
'[parameters][doctrine][objectManagerLoader]',
142140
], true) && is_string($val) && !str_contains($val, '%') && !str_starts_with($val, '*')) {

0 commit comments

Comments
 (0)