Skip to content

Commit 8624b3f

Browse files
committed
fixed cache defaults
1 parent 4c8969a commit 8624b3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Complete/ContentManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ protected function processFileContent(Project $project, $lines, $line, $file){
114114
if(!$fqcn){
115115
return;
116116
}
117-
if(false && !array_key_exists($file, $this->cachePool)){
117+
if(!array_key_exists($file, $this->cachePool)){
118118
$this->cachePool[$file] = [0, [], []];
119119
}
120120
if($this->isValidCache($file, $content)){

0 commit comments

Comments
 (0)