diff options
Diffstat (limited to 'includes/context/MutableContext.php')
-rw-r--r-- | includes/context/MutableContext.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/context/MutableContext.php b/includes/context/MutableContext.php index 6358f11ce4b8..189b346c9863 100644 --- a/includes/context/MutableContext.php +++ b/includes/context/MutableContext.php @@ -26,9 +26,9 @@ interface MutableContext { /** * Set the Config object * - * @param Config $c + * @param Config $config */ - public function setConfig( Config $c ); + public function setConfig( Config $config ); /** * Set the WebRequest object |