Skip to content

Commit b8a1a92

Browse files
wouterjfabpot
authored andcommitted
Add CI check ensuring interfaces have return types
1 parent 25a9de2 commit b8a1a92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PropertyAccessorInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ interface PropertyAccessorInterface
4242
* @throws Exception\InvalidArgumentException If the property path is invalid
4343
* @throws Exception\AccessException If a property/index does not exist or is not public
4444
* @throws Exception\UnexpectedTypeException If a value within the path is neither object nor array
45+
*
46+
* @return void
4547
*/
4648
public function setValue(object|array &$objectOrArray, string|PropertyPathInterface $propertyPath, mixed $value);
4749

0 commit comments

Comments
 (0)