Merge "Add password policy setting `suggestChangeOnLogin`"
[lhc/web/wiklou.git] / includes / session / PHPSessionHandler.php
index 157cc52..f14e0eb 100644 (file)
@@ -37,6 +37,8 @@ class PHPSessionHandler implements \SessionHandlerInterface {
 
        /** @var bool Whether PHP session handling is enabled */
        protected $enable = false;
+
+       /** @var bool */
        protected $warn = true;
 
        /** @var SessionManager|null */