Skip to content

Commit 724cd76

Browse files
authored
Adjust JsonResource $wrap DocBlock (#37115)
1 parent eb7b48d commit 724cd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Http/Resources/Json/JsonResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class JsonResource implements ArrayAccess, JsonSerializable, Responsable, UrlRou
4242
/**
4343
* The "data" wrapper that should be applied.
4444
*
45-
* @var string
45+
* @var string|null
4646
*/
4747
public static $wrap = 'data';
4848

0 commit comments

Comments
 (0)