Completed
Push — fix/sync-phpcs-replicastore ( 2e2abb )
by Marin
06:05
created
packages/sync/src/Replicastore.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@
 block discarded – undo
295 295
 	 * @access private
296 296
 	 *
297 297
 	 * @param string $status Comment status.
298
-	 * @return string|bool New comment_approved value, false if the status doesn't affect it.
298
+	 * @return string|false New comment_approved value, false if the status doesn't affect it.
299 299
 	 */
300 300
 	private function comment_status_to_approval_value( $status ) {
301 301
 		switch ( $status ) {
Please login to merge, or discard this patch.