Kill "* @return void"
[lhc/web/wiklou.git] / includes / filerepo / backend / lockmanager / LockManagerGroup.php
index e501a0f..a97bc2d 100644 (file)
@@ -27,8 +27,6 @@ class LockManagerGroup {
 
        /**
         * Register lock managers from the global variables
-        * 
-        * @return void
         */
        protected function initFromGlobals() {
                global $wgLockManagers;
@@ -40,7 +38,6 @@ class LockManagerGroup {
         * Register an array of file lock manager configurations
         *
         * @param $configs Array
-        * @return void
         * @throws MWException
         */
        protected function register( array $configs ) {