Skip to content

Commit

Permalink
Appease the ci gods
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Sep 16, 2021
1 parent 1ace7b2 commit ae18b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Mockery/Expectation.php
Expand Up @@ -729,7 +729,7 @@ public function times($limit = null)
}
$this->_countValidators[$this->_countValidatorClass] = new $this->_countValidatorClass($this, $limit);

if('Mockery\CountValidator\Exact' !== $this->_countValidatorClass){
if ('Mockery\CountValidator\Exact' !== $this->_countValidatorClass) {
$this->_countValidatorClass = 'Mockery\CountValidator\Exact';
unset($this->_countValidators[$this->_countValidatorClass]);
}
Expand Down

0 comments on commit ae18b1a

Please sign in to comment.