Skip to content
Snippets Groups Projects
Commit fc32a3c0 authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix PHPCS error

parent d35af9cb
No related branches found
No related tags found
1 merge request!21Fix PHPCS errors
Pipeline #7989 failed
<?php // phpcs:ignore Universal.Files.SeparateFunctionsFromOO.Mixed,WordPress.Files.FileName.InvalidClassFileName <?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName
/** /**
* View All Posts Pages * View All Posts Pages
* *
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
* *
* @package View_All_Posts_Pages * @package View_All_Posts_Pages
* *
* phpcs:disable Universal.Files.SeparateFunctionsFromOO.Mixed
*
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment