(NFC) Update CRM/Core CRM/Custom CRM/Dedupe to match the new coder style
[civicrm-core.git] / CRM / Core / Resources / Strings.php
index 4f1315c46835e06c4eee2b59334deeee67fb1ff9..451d02dda28a44ddfe82fd95c28945fbfb944ecb 100644 (file)
@@ -67,7 +67,8 @@ class CRM_Core_Resources_Strings {
    *   List of translatable strings.
    */
   public function get($bucket, $file, $format) {
-    $stringsByFile = $this->cache->get($bucket); // array($file => array(...strings...))
+    // array($file => array(...strings...))
+    $stringsByFile = $this->cache->get($bucket);
     if (!$stringsByFile) {
       $stringsByFile = [];
     }