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.
2 parents 07e06ee + 050bed0 commit 2c22d29Copy full SHA for 2c22d29
Cloner/Data.php
@@ -122,7 +122,7 @@ public function count()
122
public function getIterator()
123
{
124
if (!\is_array($value = $this->getValue())) {
125
- throw new \LogicException(sprintf('%s object holds non-iterable type "%s".', self::class, \gettype($value)));
+ throw new \LogicException(sprintf('"%s" object holds non-iterable type "%s".', self::class, \gettype($value)));
126
}
127
128
yield from $value;
0 commit comments