From: Antoine Musso Date: Wed, 8 Feb 2012 09:28:14 +0000 (+0000) Subject: align and sort class properties X-Git-Tag: 1.31.0-rc.0~24873 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=85faeae98d9cf3981f11472f76a519ac5db364c8;p=lhc%2Fweb%2Fwiklou.git align and sort class properties --- diff --git a/includes/filerepo/LocalRepo.php b/includes/filerepo/LocalRepo.php index f4abbdb480..cc23fa315b 100644 --- a/includes/filerepo/LocalRepo.php +++ b/includes/filerepo/LocalRepo.php @@ -14,12 +14,12 @@ * @ingroup FileRepo */ class LocalRepo extends FileRepo { - var $fileFactory = array( 'LocalFile', 'newFromTitle' ); - var $fileFactoryKey = array( 'LocalFile', 'newFromKey' ); - var $oldFileFactory = array( 'OldLocalFile', 'newFromTitle' ); - var $oldFileFactoryKey = array( 'OldLocalFile', 'newFromKey' ); - var $fileFromRowFactory = array( 'LocalFile', 'newFromRow' ); - var $oldFileFromRowFactory = array( 'OldLocalFile', 'newFromRow' ); + var $fileFactory = array( 'LocalFile' , 'newFromTitle' ); + var $fileFactoryKey = array( 'LocalFile' , 'newFromKey' ); + var $fileFromRowFactory = array( 'LocalFile' , 'newFromRow' ); + var $oldFileFactory = array( 'OldLocalFile', 'newFromTitle' ); + var $oldFileFactoryKey = array( 'OldLocalFile', 'newFromKey' ); + var $oldFileFromRowFactory = array( 'OldLocalFile', 'newFromRow' ); /** * @throws MWException