[CodeFactor] Apply fixes

[ci skip] [skip ci]
This commit is contained in:
codefactor-io 2020-06-10 05:31:06 +00:00
parent d30ffca5d4
commit 4b8f248fe0
3 changed files with 307 additions and 308 deletions

View file

@ -1,4 +1,3 @@
<?php
/**
* MainWP Child BackWP UP

View file

@ -9,6 +9,7 @@ namespace MainWP\Child;
/**
* Class MainWP_Child_Posts
*
* @package MainWP\Child
*/
class MainWP_Child_Posts {
@ -157,7 +158,6 @@ class MainWP_Child_Posts {
*
* The code is used for the MainWP WordPress SEO Extension
* Extension URL: https://mainwp.com/extension/wordpress-seo/
*
*/
$link_count = new \WPSEO_Link_Column_Count();
$link_count->set( $post_ids );