From: Alexandre Emsenhuber Date: Thu, 15 May 2014 14:44:25 +0000 (+0200) Subject: Fix coding style from Ie40c0721ec (e9f01c9) X-Git-Tag: 1.31.0-rc.0~15707 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=5c4bf6b9bd6a79e5984ee4b4f797f4241292400e;p=lhc%2Fweb%2Fwiklou.git Fix coding style from Ie40c0721ec (e9f01c9) - Opening brace goes on the same line as the function definition - No backslash before class name in @return Change-Id: I4c43e047c36d0ce6e9c2344f6ee98786b2b8eac4 --- diff --git a/includes/Import.php b/includes/Import.php index 8cbba76702..59fa58371c 100644 --- a/includes/Import.php +++ b/includes/Import.php @@ -61,10 +61,9 @@ class WikiImporter { } /** - * @return null|\XMLReader + * @return null|XMLReader */ - public function getReader() - { + public function getReader() { return $this->reader; }