Skip to content

Commit

Permalink
Use phpcs:disable for single rule
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke committed Sep 9, 2022
1 parent d95a80b commit ba3705b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/class-job.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* phpcs:ignoreFile WordPress.DB.PreparedSQL.NotPrepared
* phpcs:disable WordPress.DB.PreparedSQL.NotPrepared
*/

namespace HM\Cavalcade\Plugin;
Expand Down

0 comments on commit ba3705b

Please sign in to comment.