Skip to content

Commit c4d8775

Browse files
committed
fix: phpstan issues
1 parent 24f1c4c commit c4d8775

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Comment_Command.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,6 @@ public function exists( $args ) {
760760
* @param string $verb Optional. Verb to use. Defaults to 'delete'.
761761
* @param string $exclude Comma separated list of comment IDs.
762762
* @return array Same as $args if not all, otherwise all comment IDs.
763-
* @throws ExitException If neither comment ID nor --all were provided.
764763
*/
765764
private function check_optional_args_and_all( $args, $all, $verb = 'delete', $exclude = null ) {
766765
if ( $all ) {

0 commit comments

Comments
 (0)