More type stuff and unused code removed.

This commit is contained in:
2023-08-01 12:56:37 +00:00
parent dc35035c3c
commit 7792552c9f
9 changed files with 20 additions and 44 deletions

View File

@ -24,7 +24,7 @@ class Variable implements \Stringable
$this->_value = $value;
}
public function resetToPrior()
public function resetToPrior(): void
{
$this->_value = $this->_prior;
}