Skip to content

Commit e217dca

Browse files
Fixed invalid phpdoc in TestResponse
1 parent 9f029b1 commit e217dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Testing/TestResponse.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ public function assertJsonMissingValidationErrors($keys = null, $responseKey = '
894894
/**
895895
* Assert that the given key is a JSON array.
896896
*
897-
* @param $key
897+
* @param string|null $key
898898
* @return $this
899899
*/
900900
public function assertJsonIsArray($key = null)
@@ -915,7 +915,7 @@ public function assertJsonIsArray($key = null)
915915
/**
916916
* Assert that the given key is a JSON object.
917917
*
918-
* @param $key
918+
* @param string|null $key
919919
* @return $this
920920
*/
921921
public function assertJsonIsObject($key = null)

0 commit comments

Comments
 (0)