Skip to content

Commit 73f42f5

Browse files
committed
Re-add phpdoc annotation for PHPStan
This was accidentally deleted in 1d9a356
1 parent 1d9a356 commit 73f42f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Multiplier.php

+1
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ public function getContainers(): iterable
324324
}
325325

326326
/**
327+
* @param mixed[]|object $values
327328
* @internal
328329
*/
329330
public function setValues(array|object $values, bool $erase = false, bool $onlyDisabled = false): static

0 commit comments

Comments
 (0)