Completed
Push — add/publishing-tweetstorms ( 53ba9c...ada03e )
by Gary
08:38
created
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.