Merge "Log DNS blacklist matches with info level, non-matches with debug level"
[lhc/web/wiklou.git] / includes / block / BlockManager.php
index adcc4b1..4c2f27e 100644 (file)
@@ -42,6 +42,12 @@ use Wikimedia\IPSet;
  * @since 1.34 Refactored from User and Block.
  */
 class BlockManager {
+       /** @var PermissionManager */
+       private $permissionManager;
+
+       /** @var ServiceOptions */
+       private $options;
+
        /**
         * TODO Make this a const when HHVM support is dropped (T192166)
         *