From 5e0bd9e84eb53eb769ea530ef2acf578ad1e4f58 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Sat, 21 Dec 2019 17:07:12 +0000 Subject: [PATCH] CS fix --- src/ItemList.php | 1 - 1 file changed, 1 deletion(-) 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); - } /**