Skip to content

Commit bb14f18

Browse files
committed
WPCS compliance fix
1 parent f5f3de1 commit bb14f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/data/loader/class-wc-db-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function __construct( $context, $loader_type ) {
5656
*/
5757
public function loadKeys( array $keys ) {
5858
$loader = null;
59-
switch( $this->loader_type ) {
59+
switch ( $this->loader_type ) {
6060
case 'CART_ITEM':
6161
$loader = array( $this, 'load_cart_item_from_key' );
6262
break;

0 commit comments

Comments
 (0)