Skip to content

Commit

Permalink
chore: Linter & PHPStan compliance met
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Jul 9, 2024
1 parent 4be35f2 commit a5b01be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/class-core-schema-filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ public static function resolve_product_type( $value ) {
* @return mixed
*/
public static function resolve_product_variation_type( $value ) {

$type_registry = \WPGraphQL::get_type_registry();
$possible_types = WooGraphQL::get_enabled_product_variation_types();
$product_type = $value->get_type();
Expand Down

0 comments on commit a5b01be

Please sign in to comment.