X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fconfig%2FConfigFactory.php;h=e175765431ff62ba6eb7045f682208af5b7bce84;hb=827c6bfa416d9d0de8cc8e22f9f3fa36d8129d44;hp=cd25352dac3cef100361158d4b93556c06d8591b;hpb=5fd224c00b940f75c1f83e56b99961be94bde70a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/config/ConfigFactory.php b/includes/config/ConfigFactory.php index cd25352dac..e175765431 100644 --- a/includes/config/ConfigFactory.php +++ b/includes/config/ConfigFactory.php @@ -99,7 +99,7 @@ class ConfigFactory implements SalvageableService { * Will override if it's already registered. * Use "*" for $name to provide a fallback config for all unknown names. * @param string $name - * @param callable|Config $callback A factory callabck that takes this ConfigFactory + * @param callable|Config $callback A factory callback that takes this ConfigFactory * as an argument and returns a Config instance, or an existing Config instance. * @throws InvalidArgumentException If an invalid callback is provided */