Commit adf770ef authored by Shawn Duncan's avatar Shawn Duncan
Browse files

Issue #3243294 by FatherShawn, Grimreaper: Fix PHPCS

parent bef3ac69
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
 * Contains entity_share_websub_hub.module.
 */

use Drupal\Core\Routing\RouteMatchInterface;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Entity\FieldableEntityInterface;
use Drupal\node\NodeInterface;
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@

/**
 * @file
 *
 * Provide a custom views field data that isn't tied to any other module.
 */

+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ class SubscriptionController extends ControllerBase {
   * Subscribe.
   *
   * @param \Symfony\Component\HttpFoundation\Request $request
   *   The request on `/subscribe`
   *   The request on `/subscribe`.
   *
   * @return \Symfony\Component\HttpFoundation\Response
   *   The response to the subscription request
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@

namespace Drupal\entity_share_websub_hub\Plugin\views\field;

use Drupal\Core\Form\FormStateInterface;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\views\ResultRow;

+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@

namespace Drupal\entity_share_websub_hub\Plugin\views\field;

use Drupal\Core\Form\FormStateInterface;
use Drupal\Component\Utility\Random;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\views\ResultRow;
Loading