Skip to content

Commit 37fadb0

Browse files
Remove superfluous type annotation
1 parent 9658104 commit 37fadb0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/StaticAnalysis/CachingFileAnalyser.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ public function process(string $filename): void
116116
$this->write($filename, $this->cache[$filename]);
117117
}
118118

119-
/**
120-
* @return mixed
121-
*/
122119
private function read(string $filename): array|false
123120
{
124121
$cacheFile = $this->cacheFile($filename);

0 commit comments

Comments
 (0)