Commit 96032255 authored by Bharath Kumar Kondeti's avatar Bharath Kumar Kondeti Committed by Julian Pustkuchen
Browse files

Issue #3352866 by mukesh88, Anybody: Fix the issues reported by phpcs

parent 4bacd6df
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -14,9 +14,11 @@ INTRODUCTION
The Views Infinite Scroll module provides a pager, which allows an infinite
scroll effect for views. It can work on any view: block, page, etc.

* For a full description of the module visit https://www.drupal.org/project/views_infinite_scroll
* For a full description of the module visit
  https://www.drupal.org/project/views_infinite_scroll

* To submit bug reports and feature suggestions, or to track changes visit https://www.drupal.org/project/issues/views_infinite_scroll
* To submit bug reports and feature suggestions, or to track changes visit
  https://www.drupal.org/project/issues/views_infinite_scroll


REQUIREMENTS
@@ -28,7 +30,9 @@ This module requires no modules outside of Drupal core.
INSTALLATION
------------

* Install the Views Infinite Scroll module as you would normally install a contributed Drupal module. Visit https://www.drupal.org/node/1897420 for further information.
* Install the Views Infinite Scroll module as you would normally install
  a contributed Drupal module. Visit https://www.drupal.org/node/1897420
  for further information.


CONFIGURATION
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ use Drupal\views\Ajax\ViewAjaxResponse;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpKernel\Event\ResponseEvent;
use Symfony\Component\HttpKernel\KernelEvents;
use Symfony\Component\HttpKernel\Event\ResponseEvent;

/**
 * Response subscriber to handle AJAX responses.