diff --git a/view-all-posts-pages.php b/view-all-posts-pages.php
index 13f7318ff1dfe18921d4a9f765f2751f22c2bcb1..d000a52391e019bd7d76427d8512dd2e7299475d 100755
--- a/view-all-posts-pages.php
+++ b/view-all-posts-pages.php
@@ -1,4 +1,4 @@
-<?php // phpcs:ignore Universal.Files.SeparateFunctionsFromOO.Mixed,WordPress.Files.FileName.InvalidClassFileName
+<?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName
 /**
  * View All Posts Pages
  *
@@ -13,6 +13,8 @@
  *
  * @package         View_All_Posts_Pages
  *
+ * phpcs:disable Universal.Files.SeparateFunctionsFromOO.Mixed
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or