Skip to content

Commit

Permalink
Update AssertableJsonString.php
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Oct 23, 2020
1 parent 1aa3175 commit dc08cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Testing/AssertableJsonString.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AssertableJsonString implements ArrayAccess, Countable
/**
* Create a new assertable JSON string instance.
*
* @param \Illuminate\Contracts\Support\Jsonable|\JsonSerializable|string $jsonable
* @param \Illuminate\Contracts\Support\Jsonable|\JsonSerializable|array|string $jsonable
* @return void
*/
public function __construct($jsonable)
Expand Down

0 comments on commit dc08cba

Please sign in to comment.