We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf7e08 commit e9e49d7Copy full SHA for e9e49d7
src/Laravel/Eloquent/PropertyAccess/PropertyAccessor.php
@@ -33,6 +33,7 @@ public function __construct(
33
34
/**
35
* @param object|array<mixed, mixed> $objectOrArray
36
+ *
37
* @param-out object|array<mixed, mixed> $objectOrArray
38
*/
39
public function setValue(object|array &$objectOrArray, string|PropertyPathInterface $propertyPath, mixed $value): void
0 commit comments