Skip to content

Commit 3bc2d9d

Browse files
authored
remove unused param from assertFound | assertMovedPermanently (#46678)
1 parent 5c9656e commit 3bc2d9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Illuminate/Testing/Concerns/AssertsStatusCodes.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public function assertNoContent($status = 204)
5454
/**
5555
* Assert that the response has a 301 "Moved Permanently" status code.
5656
*
57-
* @param int $status
5857
* @return $this
5958
*/
6059
public function assertMovedPermanently()
@@ -65,7 +64,6 @@ public function assertMovedPermanently()
6564
/**
6665
* Assert that the response has a 302 "Found" status code.
6766
*
68-
* @param int $status
6967
* @return $this
7068
*/
7169
public function assertFound()

0 commit comments

Comments
 (0)