@@ -1,16 +1,16 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Collection |
|
| 4 | - * |
|
| 5 | - * A Collection class (library) which provides OOP replacement for the |
|
| 6 | - * traditional array data structure. |
|
| 7 | - * |
|
| 8 | - * @author Bobby Allen <[email protected]> |
|
| 9 | - * @license https://opensource.org/licenses/MIT |
|
| 10 | - * @link https://github.com/bobsta63/collection |
|
| 11 | - * @link http://www.bobbyallen.me |
|
| 12 | - * |
|
| 13 | - */ |
|
| 3 | + * Collection |
|
| 4 | + * |
|
| 5 | + * A Collection class (library) which provides OOP replacement for the |
|
| 6 | + * traditional array data structure. |
|
| 7 | + * |
|
| 8 | + * @author Bobby Allen <[email protected]> |
|
| 9 | + * @license https://opensource.org/licenses/MIT |
|
| 10 | + * @link https://github.com/bobsta63/collection |
|
| 11 | + * @link http://www.bobbyallen.me |
|
| 12 | + * |
|
| 13 | + */ |
|
| 14 | 14 | |
| 15 | 15 | /* * ***************************************************************************** |
| 16 | 16 | * THIS FILE SHOULD BE USED FOR AUTOMATICALLY LOADING THIS LIBRARY WHEN YOU ARE |