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 293b38c commit 050bed0Copy full SHA for 050bed0
Cloner/Data.php
@@ -114,7 +114,7 @@ public function count()
114
public function getIterator()
115
{
116
if (!\is_array($value = $this->getValue())) {
117
- 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)));
118
}
119
120
foreach ($value as $k => $v) {
0 commit comments