@@ -124,7 +124,7 @@ |
||
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 |