diff --git a/src/ItemList.php b/src/ItemList.php index 65268e0f..e50f420f 100644 --- a/src/ItemList.php +++ b/src/ItemList.php @@ -79,7 +79,6 @@ public function remove(Item $item): void return; } } while (prev($this->list) !== false); - } /**