Unverified Commit 878f874a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3056414 by yogeshmpawar, R.shaikh, joachim, John Cook: inaccurate...

Issue #3056414 by yogeshmpawar, R.shaikh, joachim, John Cook: inaccurate property docs for Drupal\Core\Site\Settings

(cherry picked from commit d7183eea)
parent 699a4314
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ class CacheFactory implements CacheFactoryInterface, ContainerAwareInterface {
  use ContainerAwareTrait;

  /**
   * The settings array.
   * The site settings.
   *
   * @var \Drupal\Core\Site\Settings
   */
@@ -37,7 +37,7 @@ class CacheFactory implements CacheFactoryInterface, ContainerAwareInterface {
   * Constructs CacheFactory object.
   *
   * @param \Drupal\Core\Site\Settings $settings
   *   The settings array.
   *   The site settings.
   * @param array $default_bin_backends
   *   (optional) A mapping of bin to backend service name. Mappings in
   *   $settings take precedence over this.
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ class DatabaseBackendFactory implements CacheFactoryInterface {
  protected $checksumProvider;

  /**
   * The settings array.
   * The site settings.
   *
   * @var \Drupal\Core\Site\Settings
   */
@@ -36,7 +36,7 @@ class DatabaseBackendFactory implements CacheFactoryInterface {
   * @param \Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider
   *   The cache tags checksum provider.
   * @param \Drupal\Core\Site\Settings $settings
   *   (optional) The settings array.
   *   (optional) The site settings.
   *
   * @throws \BadMethodCallException
   */