We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864ca8e commit 085f525Copy full SHA for 085f525
1 file changed
src/Impact/Usage/AbstractUsageImpact.php
@@ -135,7 +135,7 @@ public function evaluateItems(DBmysqlIterator $iterator): int
135
/** @var int $count count of successfully evaluated assets */
136
$count = 0;
137
foreach ($iterator as $row) {
138
- if ($this->evaluateItem($row['id'])) {
+ if ($this->evaluateItem()) {
139
$count++;
140
}
141
$attempts_count++;
0 commit comments