Completed
Push — version2.0 ( af5a57...2f739c )
by Sebastian
06:52
created
src/Seboettg/CiteProc/Util/Factory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@
 block discarded – undo
49 49
     }
50 50
 
51 51
 
52
+    /**
53
+     * @param string $lang
54
+     */
52 55
     public static function loadLocale($lang) {
53 56
         $directory = __DIR__."/../../../../vendor/academicpuma/locales";
54 57
         $file = $directory . "/locales-" . ($lang) . ".xml";
Please login to merge, or discard this patch.