Skip to content

Commit

Permalink
Fix WS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 21, 2022
1 parent 8a56955 commit 75a0f91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/StaticAnalysis/CachingFileAnalyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ private function read(string $filename)
}

return unserialize(
file_get_contents(
$cacheFile
),
file_get_contents($cacheFile),
['allowed_classes' => false]
);
}
Expand Down

0 comments on commit 75a0f91

Please sign in to comment.