Completed
Push — master ( acf9c2...00722f )
by Aimeos
10:24
created
lib/mwlib/src/MW/Translation/Decorator/APC.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
 			return parent::dt( $domain, $string );
58 58
 		}
59 59
 
60
-		$key = $this->prefix . $domain . '|' . $this->getLocale() . '|' . $string;
60
+		$key = $this->prefix.$domain.'|'.$this->getLocale().'|'.$string;
61 61
 
62 62
 		// regular cache
63 63
 		$success = false;
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
 
94 94
 		$locale = $this->getLocale();
95 95
 		$index = $this->getPluralIndex( $number, $locale );
96
-		$key = $this->prefix . $domain . '|' . $locale . '|' . $singular . '|' . $index;
96
+		$key = $this->prefix.$domain.'|'.$locale.'|'.$singular.'|'.$index;
97 97
 
98 98
 		// regular cache
99 99
 		$success = false;
Please login to merge, or discard this patch.