From 9aa3cb74ed37e7459dcb5321dcee8068b4b0fcdb Mon Sep 17 00:00:00 2001 From: Katie Smith <108671517+ktsm-th@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:36:56 +0000 Subject: [PATCH] style ci --- src/Concerns/MakesAssertions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Concerns/MakesAssertions.php b/src/Concerns/MakesAssertions.php index 1fd369084..cb520653b 100644 --- a/src/Concerns/MakesAssertions.php +++ b/src/Concerns/MakesAssertions.php @@ -252,8 +252,8 @@ public function assertSeeNothingIn($selector) /** * Assert that a given element is present a given amount of times. * - * @param string $selector - * @param int $expected + * @param string $selector + * @param int $expected * @return $this */ public function assertCount($selector, $expected)