@@ -105,7 +105,7 @@ |
||
| 105 | 105 | /** |
| 106 | 106 | * Returns an instance of the Jetpack object. |
| 107 | 107 | * |
| 108 | - * @return Automattic\Jetpack |
|
| 108 | + * @return Jetpack |
|
| 109 | 109 | */ |
| 110 | 110 | public function get_jetpack() { |
| 111 | 111 | return Jetpack::init(); |
@@ -102,7 +102,7 @@ |
||
| 102 | 102 | * |
| 103 | 103 | * @param int $cutoff_timestamp All nonces added before this timestamp will be removed. |
| 104 | 104 | * |
| 105 | - * @return true |
|
| 105 | + * @return boolean |
|
| 106 | 106 | */ |
| 107 | 107 | public static function clean_all( $cutoff_timestamp = PHP_INT_MAX ) { |
| 108 | 108 | // phpcs:ignore Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed |