mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
refactor: change falsy to false
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user