last_run; } public function processSuccessfulRun(float $start_time, string $psalm_version): void { $this->last_run = (int) $start_time; } public function canDiffFiles(): bool { return $this->last_run > 0; } public function hasLockfileChanged() : bool { return false; } public function updateComposerLockHash() : void { } }