Commit 110a7a4c authored by Eirik Morland's avatar Eirik Morland
Browse files

Issue #3205559 by eiriksm: Fix coding standards for D9

parent 82d53cec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ use Drupal\Core\Form\ConfigFormBase;
use Drupal\Core\Form\FormStateInterface;

/**
 * Class SettingsForm.
 * Settings form for sparkpost requeue.
 *
 * @package Drupal\sparkpost_requeue\Form
 */
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ use SparkPost\SparkPost;
use Http\Adapter\Guzzle6\Client as GuzzleAdapter;

/**
 * Class ClientService.
 * Client service that sends the mails.
 *
 * @package Drupal\sparkpost
 */
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
namespace Drupal\sparkpost;

/**
 * Interface ClientServiceInterface.
 * Interface for the client service.
 *
 * @package Drupal\sparkpost
 */
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Url;

/**
 * Class SettingsForm.
 * Settings form for the Sparkpost module.
 *
 * @package Drupal\sparkpost\Form
 */
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
use Drupal\sparkpost\ClientService;

/**
 * Class TestMailForm.
 * The form for sending test mails from Sparkpost.
 *
 * @package Drupal\sparkpost\Form
 */
Loading