Skip to content

Commit d0ecabe

Browse files
authored
Merge pull request #1151 from crstauf/phpcs/ActionScheduler_wpPostStore_PostStatusRegistrar.php
PHPCS: `classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php`
2 parents 095e55d + 809a0cf commit d0ecabe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/**
44
* Class ActionScheduler_wpPostStore_PostStatusRegistrar
5+
*
56
* @codeCoverageIgnore
67
*/
78
class ActionScheduler_wpPostStore_PostStatusRegistrar {

phpcs.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
</rule>
5050

5151
<rule ref="PEAR.NamingConventions.ValidClassName">
52+
<exclude-pattern>classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php</exclude-pattern>
5253
<exclude-pattern>classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php</exclude-pattern>
5354
<exclude-pattern>tests/phpunit/jobstore/ActionScheduler_wpPostStore_Test.php</exclude-pattern>
5455
<exclude-pattern>classes/data-stores/ActionScheduler_wpCommentLogger.php</exclude-pattern>

0 commit comments

Comments
 (0)