refactor: change falsy to false

This commit is contained in:
Thai Nguyen Hung
2023-08-24 16:40:30 +07:00
parent 6c3d8829ce
commit e888f3613b
2 changed files with 6 additions and 6 deletions

View File

@ -105,7 +105,7 @@ final class TestCall
}
/**
* Asserts that the test throws the given `$exceptionClass` when called if the given condition is falsy.
* Asserts that the test throws the given `$exceptionClass` when called if the given condition is false.
*
* @param (callable(): bool)|bool $condition
*/