Completed
Push — add/width-selector-to-jetpack-... ( 280d21...d2c4f8 )
by
unknown
29:43 queued 20:35
created
projects/packages/connection/src/class-nonce-handler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
 	 * @param int $cutoff_timestamp All nonces added before this timestamp will be removed.
125 125
 	 * @param int $time_limit How long the cleanup can run (in seconds).
126 126
 	 *
127
-	 * @return true
127
+	 * @return boolean
128 128
 	 */
129 129
 	public function clean_all( $cutoff_timestamp = PHP_INT_MAX, $time_limit = 20 ) {
130 130
 		// phpcs:ignore Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed
Please login to merge, or discard this patch.