We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9658104 commit 37fadb0Copy full SHA for 37fadb0
src/StaticAnalysis/CachingFileAnalyser.php
@@ -116,9 +116,6 @@ public function process(string $filename): void
116
$this->write($filename, $this->cache[$filename]);
117
}
118
119
- /**
120
- * @return mixed
121
- */
122
private function read(string $filename): array|false
123
{
124
$cacheFile = $this->cacheFile($filename);
0 commit comments