Completed
Push — add/nonce-removal ( 325a64...2e468a )
by
unknown
08:02
created
packages/connection/src/class-nonce-handler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
 	 *
99 99
 	 * @param int $cutoff_timestamp All nonces added before this timestamp will be removed.
100 100
 	 *
101
-	 * @return true
101
+	 * @return boolean
102 102
 	 */
103 103
 	public static function clean_all( $cutoff_timestamp = PHP_INT_MAX ) {
104 104
 		for ( $i = 0; $i < 1000; ++$i ) {
Please login to merge, or discard this patch.