@@ -83,7 +83,7 @@ discard block |
||
| 83 | 83 | /** |
| 84 | 84 | * Get the post type object. |
| 85 | 85 | * |
| 86 | - * @return object |
|
| 86 | + * @return stdClass |
|
| 87 | 87 | */ |
| 88 | 88 | public function object() |
| 89 | 89 | { |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | * @param string,...|array $features string - First feature of possible many, |
| 97 | 97 | * array - Many features to check support for. |
| 98 | 98 | * |
| 99 | - * @return mixed |
|
| 99 | + * @return boolean |
|
| 100 | 100 | */ |
| 101 | 101 | public function supports($features) |
| 102 | 102 | { |