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 25a9de2 commit b8a1a92Copy full SHA for b8a1a92
PropertyAccessorInterface.php
@@ -42,6 +42,8 @@ interface PropertyAccessorInterface
42
* @throws Exception\InvalidArgumentException If the property path is invalid
43
* @throws Exception\AccessException If a property/index does not exist or is not public
44
* @throws Exception\UnexpectedTypeException If a value within the path is neither object nor array
45
+ *
46
+ * @return void
47
*/
48
public function setValue(object|array &$objectOrArray, string|PropertyPathInterface $propertyPath, mixed $value);
49
0 commit comments