Commit b5988894 authored by Harsh Panchal's avatar Harsh Panchal Committed by Fuyuan Cheng
Browse files

Issue #3295435 by Harsh panchal: Phpcs Drupal coding standard issue

parent 7d1f50ac
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@ use Every8d\Client;
use Every8d\Message\SMS;

/**
 * Implements every8d gateway.
 *
 * @SmsGateway(
 *   id = "every8d",
 *   label = @Translation("Every8d"),
@@ -69,7 +71,7 @@ class Every8d extends SmsGatewayPluginBase {
  }

  /**
   * {@inhertidoc}
   * {@inheritdoc}
   */
  public function send(SmsMessageInterface $sms_message) {