Skip to content

Commit

Permalink
Minor CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Sep 25, 2023
1 parent 62eb205 commit 75f6990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PropertyAccessorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ interface PropertyAccessorInterface
*
* If neither is found, an exception is thrown.
*
* @return void
*
* @throws Exception\InvalidArgumentException If the property path is invalid
* @throws Exception\AccessException If a property/index does not exist or is not public
* @throws Exception\UnexpectedTypeException If a value within the path is neither object nor array
*
* @return void
*/
public function setValue(object|array &$objectOrArray, string|PropertyPathInterface $propertyPath, mixed $value);

Expand Down

0 comments on commit 75f6990

Please sign in to comment.