From: Umherirrender Date: Sun, 31 Dec 2017 12:35:10 +0000 (+0100) Subject: Fix typo in word "callback" X-Git-Tag: 1.31.0-rc.0~1038 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=cbff06efd44fc9b193846972b3ad627440377fd5;p=lhc%2Fweb%2Fwiklou.git Fix typo in word "callback" Change-Id: If47b9d80df4189317ec41998b35546a6118288c2 --- 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 */