Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Dec 21, 2019
1 parent 897d7c2 commit 5e0bd9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ItemList.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public function remove(Item $item): void
return;
}
} while (prev($this->list) !== false);

}

/**
Expand Down

0 comments on commit 5e0bd9e

Please sign in to comment.