Skip to content

Commit

Permalink
style ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsm-th committed Jan 31, 2025
1 parent 54bb3ad commit 9aa3cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Concerns/MakesAssertions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9aa3cb7

Please sign in to comment.