Unverified Commit d9a6f40e authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3119445 by kiamlaluno, Deepthi kumari: The documentation comment for...

Issue #3119445 by kiamlaluno, Deepthi kumari: The documentation comment for BanIpManager::__construct() says it constructs the BanSubscriber

(cherry picked from commit f4bda921)
parent 341d1c5a
Loading
Loading
Loading
Loading
+1 −1
Changes for core/modules/ban/src/BanIpManager.php: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ class BanIpManager implements BanIpManagerInterface {
  protected $connection;

  /**
   * Construct the BanSubscriber.
   * Constructs a BanIpManager object.
   *
   * @param \Drupal\Core\Database\Connection $connection
   *   The database connection which will be used to check the IP against.