Skip to content

Commit efef4e0

Browse files
committed
Add missing param doc
1 parent 09e3d33 commit efef4e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AnonymizedResource.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ trait AnonymizedResource
99
/**
1010
* Transform the resource into an array.
1111
*
12+
* @param \Illuminate\Http\Request|null $request
1213
* @return array<string, mixed>
1314
*/
1415
public function resolve($request = null): array

0 commit comments

Comments
 (0)