Completed
Push — try/fix-e2e-flakiness ( cec8a7...3989aa )
by Yaroslav
40:47 queued 30:37
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.