Passed
Pull Request — master (#31)
by
unknown
07:16
created
src/Translator.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -373,23 +373,23 @@
 block discarded – undo
373 373
         $this->cache_translations[$msgid] = $msgstr;
374 374
     }
375 375
 
376
-	/**
377
-	 * @param array $cachedTranslations
378
-	 *
379
-	 * @return $this
380
-	 */
376
+    /**
377
+     * @param array $cachedTranslations
378
+     *
379
+     * @return $this
380
+     */
381 381
     public function setCachedTranslations($cachedTranslations)
382
-	{
383
-		$this->cache_translations = $cachedTranslations;
382
+    {
383
+        $this->cache_translations = $cachedTranslations;
384 384
 
385
-		return $this;
386
-	}
385
+        return $this;
386
+    }
387 387
 
388
-	/**
389
-	 * @return array
390
-	 */
388
+    /**
389
+     * @return array
390
+     */
391 391
     public function getCachedTranslations()
392
-	{
393
-		return $this->cache_translations;
394
-	}
392
+    {
393
+        return $this->cache_translations;
394
+    }
395 395
 }
Please login to merge, or discard this patch.