Skip to content

Commit 129fed9

Browse files
committed
Ignore the rule.
1 parent ed949d3 commit 129fed9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/Traits/OrderBy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ trait OrderBy {
5959
*
6060
* @return void
6161
*/
62+
// phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid
6263
public function process_orderBy(): void {
6364
// Retrieve the orderBy parameter from the block's custom parameters.
6465
$order_by = $this->custom_params['orderBy'] ?? null;

0 commit comments

Comments
 (0)