@@ -61,7 +61,7 @@ discard block |
||
| 61 | 61 | /** |
| 62 | 62 | * Set metadata |
| 63 | 63 | * |
| 64 | - * @param string|int|array|\Traversable $spec |
|
| 64 | + * @param string $spec |
|
| 65 | 65 | * @param mixed $value |
| 66 | 66 | */ |
| 67 | 67 | abstract function setMetadata($spec, $value = null); |
@@ -69,7 +69,7 @@ discard block |
||
| 69 | 69 | /** |
| 70 | 70 | * Get metadata |
| 71 | 71 | * |
| 72 | - * @param null|string|int $key |
|
| 72 | + * @param string $key |
|
| 73 | 73 | * @return mixed |
| 74 | 74 | */ |
| 75 | 75 | abstract function getMetadata($key = null, $default = null); |