Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 29, 2020
1 parent 1ba3f4b commit 05b0727
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/StaticAnalysis/Cache.php
Expand Up @@ -65,9 +65,7 @@ protected function cacheRead(string $filename, string $method, array $allowedCla
file_get_contents(
$this->cacheFile($filename, $method)
),
[
'allowed_classes' => $allowedClasses,
]
$options
);
}

Expand Down

0 comments on commit 05b0727

Please sign in to comment.