Skip to content
Snippets Groups Projects
Commit 142deea0 authored by Silvi Sanghavi's avatar Silvi Sanghavi
Browse files

#3428776- Fixed remaining phpcs issues.

parent 1e2336cb
No related branches found
No related tags found
1 merge request!4Issue #3428776: Fix the errors/warnings reported by PHP_CodeSniffer
......@@ -2,12 +2,12 @@
namespace Drupal\braintree_api\Controller;
use Drupal\braintree_api\BraintreeApiService;
use Drupal\braintree_api\Event\BraintreeApiEvents;
use Drupal\braintree_api\Event\BraintreeApiWebhookEvent;
use Drupal\Core\Controller\ControllerBase;
use Drupal\Core\Logger\LoggerChannelInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Drupal\braintree_api\BraintreeApiService;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\HttpFoundation\RequestStack;
use Symfony\Component\HttpFoundation\Response;
......
......@@ -4,14 +4,14 @@ namespace Drupal\braintree_api\Form;
use Braintree\Exception\Authentication;
use Braintree\Exception\Configuration;
use Drupal\braintree_api\BraintreeApiService;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\Form\ConfigFormBase;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Url;
use Psr\Log\LoggerInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Drupal\braintree_api\BraintreeApiService;
/**
* Form for configuring Braintree API settings.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment