Skip to content

Commit 21f6804

Browse files
committed
NeonAdapter - removed deprecated options
1 parent 386b5bc commit 21f6804

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/DependencyInjection/NeonAdapter.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class NeonAdapter implements Adapter
1515
{
1616

17-
public const CACHE_KEY = 'v12-excludePaths-merge';
17+
public const CACHE_KEY = 'v13-remove-deprecated';
1818

1919
private const PREVENT_MERGING_SUFFIX = '!';
2020

@@ -88,16 +88,13 @@ public function process(array $arr, string $fileKey, string $file): array
8888
}
8989

9090
if (in_array($keyToResolve, [
91-
'[parameters][autoload_files][]',
92-
'[parameters][autoload_directories][]',
9391
'[parameters][paths][]',
9492
'[parameters][excludes_analyse][]',
9593
'[parameters][excludePaths][]',
9694
'[parameters][excludePaths][analyse][]',
9795
'[parameters][excludePaths][analyseAndScan][]',
9896
'[parameters][ignoreErrors][][paths][]',
9997
'[parameters][ignoreErrors][][path]',
100-
'[parameters][bootstrap]',
10198
'[parameters][bootstrapFiles][]',
10299
'[parameters][scanFiles][]',
103100
'[parameters][scanDirectories][]',

0 commit comments

Comments
 (0)