Completed
Push — master ( c4f4c9...c677a8 )
by Henri
05:21
created
model/GlobalConfig.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -30,6 +30,9 @@  discard block
 block discarded – undo
30 30
         return $this->languages;
31 31
     }
32 32
     
33
+    /**
34
+     * @return string
35
+     */
33 36
     public function getVocabularyConfigFile() 
34 37
     {
35 38
         if (defined('VOCABULARIES_FILE')) {
@@ -46,6 +49,9 @@  discard block
 block discarded – undo
46 49
         return null;
47 50
     }
48 51
     
52
+    /**
53
+     * @return string
54
+     */
49 55
     public function getDefaultEndpoint() 
50 56
     {
51 57
         if (defined('DEFAULT_ENDPOINT')) {
@@ -86,6 +92,9 @@  discard block
 block discarded – undo
86 92
         return null;
87 93
     }
88 94
     
95
+    /**
96
+     * @return string
97
+     */
89 98
     public function getDefaultSparqlDialect() 
90 99
     {
91 100
         if (defined('DEFAULT_SPARQL_DIALECT')) {
Please login to merge, or discard this patch.