private function setDeprecationCheck(bool $deprecationCheck) : bool { $current = $this->deprecationCheck; $this->deprecationCheck = $deprecationCheck; return $current; }