From c99f8f196e162086ac47c1f44d04cd3acaf7297d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20A=C5=9Fan?= Date: Fri, 24 Sep 2021 14:42:26 +0300 Subject: [PATCH] lint --- src/Expectation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Expectation.php b/src/Expectation.php index 68336471..2e581802 100644 --- a/src/Expectation.php +++ b/src/Expectation.php @@ -219,7 +219,7 @@ final class Expectation return $this; } - + /** * It skips the tests in the callback if the condition is not truthy. *