@@ -1,17 +1,17 @@ |
||
| 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 | - * @version 1.0.0 |
|
| 10 | - * @license http://opensource.org/licenses/GPL-2.0 |
|
| 11 | - * @link https://github.com/bobsta63/collection |
|
| 12 | - * @link http://www.bobbyallen.me |
|
| 13 | - * |
|
| 14 | - */ |
|
| 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 | + * @version 1.0.0 |
|
| 10 | + * @license http://opensource.org/licenses/GPL-2.0 |
|
| 11 | + * @link https://github.com/bobsta63/collection |
|
| 12 | + * @link http://www.bobbyallen.me |
|
| 13 | + * |
|
| 14 | + */ |
|
| 15 | 15 | /* * ***************************************************************************** |
| 16 | 16 | * THIS FILE SHOULD BE USED FOR AUTOMATICALLY LOADING THIS LIBRARY WHEN YOU ARE |
| 17 | 17 | * USING IT "STANDALONE" AND NOT USING COMPOSER OR ANOTHER PACKAGE MANAGER. |
@@ -113,7 +113,7 @@ |
||
| 113 | 113 | /** |
| 114 | 114 | * Pull an item from the collection and remove it from the collection. |
| 115 | 115 | * @param string $key |
| 116 | - * @return mixed|false |
|
| 116 | + * @return string|false |
|
| 117 | 117 | */ |
| 118 | 118 | public function pull($key) |
| 119 | 119 | { |