Merge "HISTORY: Add MediaWiki 1.19 post-release change notes"
[lhc/web/wiklou.git] / includes / utils / MWRestrictions.php
index caf88a1..d4f1a92 100644 (file)
@@ -26,7 +26,7 @@ class MWRestrictions {
        private $ipAddresses = [ '0.0.0.0/0', '::/0' ];
 
        /**
-        * @param array $restrictions
+        * @param array|null $restrictions
         * @throws InvalidArgumentException
         */
        protected function __construct( array $restrictions = null ) {