Services: Convert PasswordReset's static to a const now HHVM is gone
[lhc/web/wiklou.git] / includes / user / PasswordReset.php
index be7ea91..2958b1f 100644 (file)
@@ -60,7 +60,7 @@ class PasswordReset implements LoggerAwareInterface {
         */
        private $permissionCache;
 
-       public static $constructorOptions = [
+       public const CONSTRUCTOR_OPTIONS = [
                'AllowRequiringEmailForResets',
                'EnableEmail',
                'PasswordResetRoutes',