@@ -18,7 +18,7 @@ |
||
18 | 18 | |
19 | 19 | /** |
20 | 20 | * @param string $type Meta type |
21 | - * @param int|string $object_id ID of the object metadata is for |
|
21 | + * @param integer $object_id ID of the object metadata is for |
|
22 | 22 | * @param string $key Meta key |
23 | 23 | */ |
24 | 24 | public function __construct($type, $object_id, $key) |
@@ -172,7 +172,7 @@ |
||
172 | 172 | /** |
173 | 173 | * Set the priority the callback should be registered with |
174 | 174 | * |
175 | - * @param string|int $priority |
|
175 | + * @param integer $priority |
|
176 | 176 | * |
177 | 177 | * @return $this |
178 | 178 | */ |