@@ -14,13 +14,13 @@ |
||
14 | 14 | use Traversable; |
15 | 15 | |
16 | 16 | /** |
17 | - * Collection is the base interface which covers functionality common to all the |
|
18 | - * data structures in this library. It guarantees that all structures are |
|
19 | - * traversable, countable, and can be converted to json using json_encode(). |
|
20 | - * |
|
21 | - * @package structures |
|
22 | - * @author Ulises Jeremias Cornejo Fandos <[email protected]> |
|
23 | - */ |
|
17 | + * Collection is the base interface which covers functionality common to all the |
|
18 | + * data structures in this library. It guarantees that all structures are |
|
19 | + * traversable, countable, and can be converted to json using json_encode(). |
|
20 | + * |
|
21 | + * @package structures |
|
22 | + * @author Ulises Jeremias Cornejo Fandos <[email protected]> |
|
23 | + */ |
|
24 | 24 | |
25 | 25 | interface Collection extends Iterator, Countable, JsonSerializable |
26 | 26 | { |