Commit 8e029010 authored by Alexander Shumenko's avatar Alexander Shumenko Committed by Alexander Shumenko
Browse files

Issue #3292464 by Rakhi Soni, shumer: The class short comment should describe...

Issue #3292464 by Rakhi Soni, shumer: The class short comment should describe what the class does and not simply repeat the class name
parent 06040d4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ use Drupal\Core\Logger\RfcLogLevel;
use Symfony\Component\HttpKernel\Event\ResponseEvent;

/**
 * Class CacheManager.
 * Class provides a set of Varnish cache operations.
 */
class CacheManager implements CacheManagerInterface, CacheTagsInvalidatorInterface {

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ namespace Drupal\adv_varnish;
use Symfony\Component\HttpKernel\Event\ResponseEvent;

/**
 * Interface CacheManagerInterface.
 * Interface for a Varnish Cache Manager class.
 */
interface CacheManagerInterface {

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ use Drupal\Core\Render\RendererInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
 * Class ESIBlockController.
 * Controller that manages the ESI blocks behaviour.
 *
 * @package Drupal\adv_varnish\Controller
 */
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ use Drupal\Core\Session\AccountProxyInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
 * Class UserBlocksController.
 * Controller to manage User Blocks data.
 *
 * @package Drupal\adv_varnish\Controller
 */
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ use Psr\Log\LoggerInterface;
use Symfony\Component\HttpFoundation\RequestStack;

/**
 * Class CookieManager.
 * Cookie manager for Advanced Varnish module.
 *
 * @package Drupal\adv_varnish
 */
Loading