Skip to content

Commit 75f6990

Browse files
Minor CS fixes
1 parent 62eb205 commit 75f6990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PropertyAccessorInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ interface PropertyAccessorInterface
3939
*
4040
* If neither is found, an exception is thrown.
4141
*
42+
* @return void
43+
*
4244
* @throws Exception\InvalidArgumentException If the property path is invalid
4345
* @throws Exception\AccessException If a property/index does not exist or is not public
4446
* @throws Exception\UnexpectedTypeException If a value within the path is neither object nor array
45-
*
46-
* @return void
4747
*/
4848
public function setValue(object|array &$objectOrArray, string|PropertyPathInterface $propertyPath, mixed $value);
4949

0 commit comments

Comments
 (0)