Skip to content

Commit

Permalink
Make Bag final
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Sep 14, 2015
1 parent b8e8ecc commit bcdd371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bag.php
Expand Up @@ -2,7 +2,7 @@

namespace Chadicus\Spl\DataStructures;

class Bag implements CollectionInterface, \JsonSerializable
final class Bag implements CollectionInterface, \JsonSerializable
{
/**
* @var array
Expand Down

0 comments on commit bcdd371

Please sign in to comment.