Skip to content

Commit

Permalink
Expand relative tmpDir in phpstan.neon the same way as other paths ar…
Browse files Browse the repository at this point in the history
…e expanded
  • Loading branch information
ondrejmirtes committed Jan 10, 2020
1 parent b20d7b6 commit 79333d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DependencyInjection/NeonAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class NeonAdapter implements Adapter
{

public const CACHE_KEY = 'v6';
public const CACHE_KEY = 'v7';

private const PREVENT_MERGING_SUFFIX = '!';

Expand Down Expand Up @@ -92,6 +92,7 @@ public function process(array $arr, string $fileKey, string $file): array
'[parameters][ignoreErrors][][paths][]',
'[parameters][ignoreErrors][][path]',
'[parameters][bootstrap]',
'[parameters][tmpDir]',
'[parameters][memoryLimitFile]',
'[parameters][benchmarkFile]',
'[parameters][stubFiles][]',
Expand Down

0 comments on commit 79333d3

Please sign in to comment.