← All changes
|
includes/sdk/google/ramsey/collection/src/Map/AssociativeArrayMap.php
+2
-3
1.2.13
→
1.4.1
View file →
| @@ -9,15 +9,14 @@ | ||
| 9 | 9 | * @copyright Copyright (c) Ben Ramsey <ben@benramsey.com> |
| 10 | 10 | * @license http://opensource.org/licenses/MIT MIT |
| 11 | 11 | */ |
| 12 | 12 | declare (strict_types=1); |
| 13 | -namespace Dudlewebs\WPMCS\Ramsey\Collection\Map; | |
| 13 | +namespace Dudlewebs\WPMCS\GCP\Ramsey\Collection\Map; | |
| 14 | 14 | |
| 15 | 15 | /** |
| 16 | 16 | * `AssociativeArrayMap` represents a standard associative array object. |
| 17 | 17 | * |
| 18 | - * @template T | |
| 19 | - * @extends AbstractMap<T> | |
| 18 | + * @extends AbstractMap<string, mixed> | |
| 20 | 19 | */ |
| 21 | 20 | class AssociativeArrayMap extends AbstractMap |
| 22 | 21 | { |
| 23 | 22 | } |