aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filebackend/FSFile.php
diff options
context:
space:
mode:
authorumherirrender <umherirrender_de.wp@web.de>2013-02-03 20:42:08 +0100
committerGerrit Code Review <gerrit@wikimedia.org>2013-02-04 20:09:18 +0000
commit570dda04554d0abd066b25b4d8dc430edd0e2d2b (patch)
tree0b1f3a50e66cece61f2089e9fae27f836f9ff384 /includes/filebackend/FSFile.php
parent48cd72819ee379aa6eb4728ba431b802aa3255e1 (diff)
downloadmediawikicore-570dda04554d0abd066b25b4d8dc430edd0e2d2b.tar.gz
mediawikicore-570dda04554d0abd066b25b4d8dc430edd0e2d2b.zip
fix some spacing
Change-Id: I88e73d47a552918880514d88a876296a6cb80d88
Diffstat (limited to 'includes/filebackend/FSFile.php')
-rw-r--r--includes/filebackend/FSFile.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/filebackend/FSFile.php b/includes/filebackend/FSFile.php
index 5141ec5801be..acbc4a996d88 100644
--- a/includes/filebackend/FSFile.php
+++ b/includes/filebackend/FSFile.php
@@ -104,7 +104,7 @@ class FSFile {
*/
public function getProps( $ext = true ) {
wfProfileIn( __METHOD__ );
- wfDebug( __METHOD__.": Getting file info for $this->path\n" );
+ wfDebug( __METHOD__ . ": Getting file info for $this->path\n" );
$info = self::placeholderProps();
$info['fileExists'] = $this->exists();
@@ -140,9 +140,9 @@ class FSFile {
}
$info['sha1'] = $this->getSha1Base36();
- wfDebug(__METHOD__.": $this->path loaded, {$info['size']} bytes, {$info['mime']}.\n");
+ wfDebug( __METHOD__ . ": $this->path loaded, {$info['size']} bytes, {$info['mime']}.\n" );
} else {
- wfDebug(__METHOD__.": $this->path NOT FOUND!\n");
+ wfDebug( __METHOD__ . ": $this->path NOT FOUND!\n" );
}
wfProfileOut( __METHOD__ );