Skip to content

Commit 94ed718

Browse files
committed
fixup! Multiplier::validate(): Filter out non-validatable components
1 parent 81e3861 commit 94ed718

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Multiplier.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ public function getContainers(): iterable
312312
{
313313
$this->createCopies();
314314

315-
/** @var array<int|string,Container> $containers */
316315
$containers = array_filter($this->getComponents(), fn ($component) => $component instanceof Container);
317316

318317
return $containers;

0 commit comments

Comments
 (0)