Skip to content

Commit 562dbc0

Browse files
committed
Fix PHPCS closing comment nags
1 parent ccd0439 commit 562dbc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

class-wp-bootstrap-navwalker.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ public static function fallback( $args ) {
377377
} else {
378378
return $fallback_output;
379379
}
380-
} // End if().
380+
}
381381
}
382382

383383
/**
@@ -550,4 +550,4 @@ private function linkmod_element_close( $linkmod_type ) {
550550
return $output;
551551
}
552552
}
553-
} // End if().
553+
}

0 commit comments

Comments
 (0)