Completed
Push — version2.0 ( 2f739c...6b8671 )
by Sebastian
03:58
created
src/Seboettg/CiteProc/StyleSheet.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -31,8 +31,8 @@  discard block
 block discarded – undo
31 31
      */
32 32
     public static function loadStyleSheet($styleName)
33 33
     {
34
-        $stylesPath = __DIR__.'/../../../styles/';
35
-        return file_get_contents($stylesPath.$styleName.'.csl');
34
+        $stylesPath = __DIR__ . '/../../../styles/';
35
+        return file_get_contents($stylesPath . $styleName . '.csl');
36 36
     }
37 37
 
38 38
     /**
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
      */
44 44
     public static function loadLocales($langKey)
45 45
     {
46
-        $localesPath = __DIR__.'/../../../locales/';
47
-        return file_get_contents($localesPath."locales-".$langKey.'xml');
46
+        $localesPath = __DIR__ . '/../../../locales/';
47
+        return file_get_contents($localesPath . "locales-" . $langKey . 'xml');
48 48
     }
49 49
 }
50 50
\ No newline at end of file
Please login to merge, or discard this patch.