Skip to content

Commit d267a53

Browse files
committed
wip
1 parent 5baa538 commit d267a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Testing/TestResponse.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ public function assertSee($value, $escape = true)
574574
/**
575575
* Assert that the given HTML string or array of HTML strings are contained within the response.
576576
*
577-
* @param string|array $value
577+
* @param array|string $value
578578
* @return $this
579579
*/
580580
public function assertSeeHtml($value)
@@ -670,7 +670,7 @@ public function assertDontSee($value, $escape = true)
670670
/**
671671
* Assert that the given HTML string or array of HTML strings are not contained within the response.
672672
*
673-
* @param string|array $value
673+
* @param array|string $value
674674
* @return $this
675675
*/
676676
public function assertDontSeeHtml($value)

0 commit comments

Comments
 (0)