Skip to content

Commit

Permalink
Work in progress!
Browse files Browse the repository at this point in the history
  • Loading branch information
aadegbam authored and aadegbam committed Jul 14, 2018
1 parent 184d147 commit 90dcaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ $collection->put('eight_item', $item8) // same effect as:

You can also make any class in your application behave exactly like **\VersatileCollections\GenericCollection**
by implementing **\VersatileCollections\CollectionInterface** and using
**\VersatileCollections\CollectionInterfaceImplementationTrait**.
**\VersatileCollections\CollectionInterfaceImplementationTrait** in such classes.

If you want to enforce strict-typing, the following Collection classes are provided
in this package:
Expand Down

0 comments on commit 90dcaa2

Please sign in to comment.