Skip to content

Commit ad7e67c

Browse files
committed
ignore codesniffer on override method
1 parent db92672 commit ad7e67c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/Feed/FeedParserItem.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class FeedParserItem extends Item
1010
/**
1111
* replace strftime with PHP81_BC\strftime
1212
* @inheritdoc
13+
* phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1314
*/
1415
public function get_local_date($date_format = '%c')
1516
{

0 commit comments

Comments
 (0)