Skip to content

Commit 857ec94

Browse files
committed
formatting
1 parent ecf0f15 commit 857ec94

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/Illuminate/Foundation/Testing/TestResponse.php

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -541,13 +541,10 @@ public function assertJsonMissingExact(array $data)
541541
}
542542

543543
/**
544-
* TestResponse::assertJsonFragment and TestResponse::assertJsonMissing search for
545-
* JSON encoded strings in the Response. This function returns the set of strings to
546-
* be searched for in the response, explicitly adding all of the possible characters
547-
* which could follow $value in the response.
544+
* Get the strings we need to search for when examining the JSON.
548545
*
549-
* @param $key
550-
* @param $value
546+
* @param string $key
547+
* @param string $value
551548
* @return array
552549
*/
553550
protected function jsonSearchStrings($key, $value)

0 commit comments

Comments
 (0)