Remove unused imports in the code base
heykarthikwithu created an issue. See original summary.
Issue #2658730 by heykarthikwithu: Remove unused imports in the code...
Don't believe everything PhpStorm tells you, the removed trait is in use just a few lines below:
diff --git a/modules/order/src/Form/OrderReassignForm.php b/modules/order/src/Form/OrderReassignForm.php index a63e3c3..4989e58 100644 --- a/modules/order/src/Form/OrderReassignForm.php +++ b/modules/order/src/Form/OrderReassignForm.php @@ -7,7 +7,6 @@ namespace Drupal\commerce_order\Form; -use Drupal\commerce_order\Form\CustomerFormTrait; use Drupal\Core\Form\FormBase; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Routing\CurrentRouteMatch;
Committed the rest, thanks.
SHIZZLE :) , from now onward's will have a check of this things before adding a patch.
Automatically closed - issue fixed for 2 weeks with no activity.
Comments
Comment #2
heykarthikwithuComment #4
bojanz commentedDon't believe everything PhpStorm tells you, the removed trait is in use just a few lines below:
Committed the rest, thanks.
Comment #5
heykarthikwithuSHIZZLE :) , from now onward's will have a check of this things before adding a patch.