Skip to content

Commit

Permalink
Disable missing namespace ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLuckers committed Feb 7, 2023
1 parent c1f13ea commit ee2b7f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _build/test/data/rest/Controllers/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @package modx-test
* @subpackage data
* @phpcs:disable PSR1.Classes.ClassDeclaration.MissingNamespace
*/

use MODX\Revolution\Rest\modRestController;
Expand Down
1 change: 1 addition & 0 deletions _build/test/data/rest/Controllers/Uninstantiable.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @package modx-test
* @subpackage data
* @phpcs:disable PSR1.Classes.ClassDeclaration.MissingNamespace
*/

use MODX\Revolution\Rest\modRestController;
Expand Down

0 comments on commit ee2b7f9

Please sign in to comment.