Fix and improve PHPDoc type hints in FileBackend and FileRepo
[lhc/web/wiklou.git] / includes / filebackend / FileBackendGroup.php
index 9239c6c..454b633 100644 (file)
@@ -112,7 +112,7 @@ class FileBackendGroup {
        /**
         * Register an array of file backend configurations
         *
-        * @param array $configs
+        * @param array[] $configs
         * @param string|null $readOnlyReason
         * @throws InvalidArgumentException
         */