@@ -23,10 +23,10 @@ |
||
23 | 23 | */ |
24 | 24 | class ArrayCollection implements Collection |
25 | 25 | { /** |
26 | - * Holds the entries of the collection |
|
27 | - * |
|
28 | - * @var array |
|
29 | - */ |
|
26 | + * Holds the entries of the collection |
|
27 | + * |
|
28 | + * @var array |
|
29 | + */ |
|
30 | 30 | protected $elements; |
31 | 31 | |
32 | 32 | /** |