Skip to content

Commit ab9abe7

Browse files
authored
Fix PhpStan (#111)
1 parent e0ffac7 commit ab9abe7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/RouteProvider/PropertyAccess/PurgatoryPropertyAccessor.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ public function getValue($objectOrArray, $propertyPath): mixed
6060
/**
6161
* @param object|array<array-key, mixed> $objectOrArray
6262
* @param string|PropertyPathInterface $propertyPath
63+
*
64+
* @param-out object|array<array-key, mixed> $objectOrArray
6365
*/
6466
public function setValue(&$objectOrArray, $propertyPath, mixed $value): void
6567
{

0 commit comments

Comments
 (0)