File tree Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -391,6 +391,16 @@ public function doNotCacheStaticAnalysis(): void
391391 $ this ->cacheDirectory = null ;
392392 }
393393
394+ public function forceStaticAnalysisCache (): void
395+ {
396+ $ this ->cacheValidation = false ;
397+ }
398+
399+ public function doNotForceStaticAnalysisCache (): void
400+ {
401+ $ this ->cacheValidation = true ;
402+ }
403+
394404 /**
395405 * @throws StaticAnalysisCacheNotConfiguredException
396406 */
@@ -405,21 +415,6 @@ public function cacheDirectory(): string
405415 return $ this ->cacheDirectory ;
406416 }
407417
408- public function forceStaticAnalysisCache (): void
409- {
410- $ this ->cacheValidation = false ;
411- }
412-
413- public function doNotForceStaticAnalysisCache (): void
414- {
415- $ this ->cacheValidation = true ;
416- }
417-
418- public function validatesStaticAnalysisCache (): bool
419- {
420- return $ this ->cacheValidation ;
421- }
422-
423418 /**
424419 * @psalm-param class-string $className
425420 */
You can’t perform that action at this time.
0 commit comments