Skip to content

Commit

Permalink
No need to absolutize phpstan-symfony options with underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 30, 2024
1 parent c7ecad5 commit 84a3354
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/DependencyInjection/NeonAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
final class NeonAdapter implements Adapter
{

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

private const PREVENT_MERGING_SUFFIX = '!';

Expand Down Expand Up @@ -134,9 +134,7 @@ public function process(array $arr, string $fileKey, string $file): array
'[parameters][memoryLimitFile]',
'[parameters][benchmarkFile]',
'[parameters][stubFiles][]',
'[parameters][symfony][console_application_loader]',
'[parameters][symfony][consoleApplicationLoader]',
'[parameters][symfony][container_xml_path]',
'[parameters][symfony][containerXmlPath]',
'[parameters][doctrine][objectManagerLoader]',
], true) && is_string($val) && !str_contains($val, '%') && !str_starts_with($val, '*')) {
Expand Down

0 comments on commit 84a3354

Please sign in to comment.