From bcdd371b998c740c7ba09519ee37d1f4a68f71b1 Mon Sep 17 00:00:00 2001 From: chadicus Date: Mon, 14 Sep 2015 08:52:05 -0400 Subject: [PATCH] Make Bag final --- src/Bag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bag.php b/src/Bag.php index 179327f..881919b 100644 --- a/src/Bag.php +++ b/src/Bag.php @@ -2,7 +2,7 @@ namespace Chadicus\Spl\DataStructures; -class Bag implements CollectionInterface, \JsonSerializable +final class Bag implements CollectionInterface, \JsonSerializable { /** * @var array