Verified Commit 96df9ddb authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3105950 by spokje, quietone, peterkokot, ankithashetty, longwave:...

Issue #3105950 by spokje, quietone, peterkokot, ankithashetty, longwave: [meta] Fix 'Drupal.Commenting.ClassComment.Missing' coding standard
parent f1b66c39
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@

namespace Drupal\Component\Plugin\Discovery;

/**
 * Trait for accessing cached definitions of the plugin discovery component.
 */
trait DiscoveryCachedTrait {

  use DiscoveryTrait;
+3 −0
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@
use Drupal\Core\Database\DatabaseException;
use Symfony\Component\HttpFoundation\Session\SessionInterface;

/**
 * Defines the storage handler class for batches.
 */
class BatchStorage implements BatchStorageInterface {

  /**
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,9 @@
use Drupal\Component\Datetime\TimeInterface;
use Drupal\Core\Site\Settings;

/**
 * Defines the APCU backend factory.
 */
class ApcuBackendFactory implements CacheFactoryInterface {

  /**
+3 −3
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

namespace Drupal\Core\Cache;

/**
 * Defines the cache backend factory.
 */
use Drupal\Core\Site\Settings;
use Psr\Container\ContainerInterface;

/**
 * Defines the cache backend factory.
 */
class CacheFactory implements CacheFactoryInterface {

  /**
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,9 @@
use Drupal\Core\Database\Connection;
use Drupal\Core\Site\Settings;

/**
 * Defines a default cache backend factory.
 */
class DatabaseBackendFactory implements CacheFactoryInterface {

  /**
Loading