X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Futils%2FMWRestrictions.php;h=d4f1a92acb99fd2b8b045c80b74ac49ab13b5277;hb=d55fb0791b2bb8a2ea9f34347f565efe730152d4;hp=caf88a15f1c83e3d7cd8f9c6b8a4c6a3dd90494c;hpb=9de4779e206628d8c7c9ae76785bfe825b5267d5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/utils/MWRestrictions.php b/includes/utils/MWRestrictions.php index caf88a15f1..d4f1a92acb 100644 --- a/includes/utils/MWRestrictions.php +++ b/includes/utils/MWRestrictions.php @@ -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 ) {