Completed
Push — update/comments-module-amp-com... ( 974d49 )
by
unknown
06:48
created
class.jetpack-client-server.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.
packages/connection/src/class-nonce-handler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.