@@ -111,7 +111,7 @@ discard block |
||
| 111 | 111 | * |
| 112 | 112 | * @since 9.9.0 |
| 113 | 113 | * |
| 114 | - * @param object $object The object to operate on. |
|
| 114 | + * @param Jetpack_Instant_Search $object The object to operate on. |
|
| 115 | 115 | * @param string $member_name Name of the private member. |
| 116 | 116 | * |
| 117 | 117 | * @return mixed The value of the private member. |
@@ -128,7 +128,7 @@ discard block |
||
| 128 | 128 | * |
| 129 | 129 | * @since 9.9.0 |
| 130 | 130 | * |
| 131 | - * @param object $object The object to operate on. |
|
| 131 | + * @param Jetpack_Instant_Search $object The object to operate on. |
|
| 132 | 132 | * @param string $member_name Name of the private member. |
| 133 | 133 | * @param mixed $value Value of the private member. |
| 134 | 134 | */ |