We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39725d3 commit 9b4e600Copy full SHA for 9b4e600
src/Multiplier.php
@@ -323,7 +323,7 @@ public function getContainers(): Iterator
323
* @param mixed[]|object $values
324
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint
325
*/
326
- public function setValues($values, bool $erase = false): self
+ public function setValues($values, bool $erase = false): static
327
{
328
$values = $values instanceof Traversable ? iterator_to_array($values) : (array) $values;
329
0 commit comments