Skip to content

Commit b453191

Browse files
authored
[9.x] Fixed docblock for json property (#42190)
1 parent ef87c87 commit b453191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Testing/AssertableJsonString.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class AssertableJsonString implements ArrayAccess, Countable
1616
/**
1717
* The original encoded json.
1818
*
19-
* @var \Illuminate\Contracts\Support\Jsonable|\JsonSerializable|array
19+
* @var \Illuminate\Contracts\Support\Jsonable|\JsonSerializable|array|string
2020
*/
2121
public $json;
2222

0 commit comments

Comments
 (0)