Completed
Push — add/phpcs-excludelist ( 84f074...6d0bc1 )
by
unknown
11:42 queued 02:58
created
packages/sync/src/class-replicastore.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -325,7 +325,7 @@
 block discarded – undo
325 325
 	 * @access protected
326 326
 	 *
327 327
 	 * @param string $status Comment status.
328
-	 * @return string|bool New comment_approved value, false if the status doesn't affect it.
328
+	 * @return string|false New comment_approved value, false if the status doesn't affect it.
329 329
 	 */
330 330
 	protected function comment_status_to_approval_value( $status ) {
331 331
 		switch ( (string) $status ) {
Please login to merge, or discard this patch.