Test Failed
Push — master ( a34202...4863a3 )
by Alexey
04:28
created
system/Inji/App.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -100,6 +100,9 @@
 block discarded – undo
100 100
         return !empty($this->_objects[$moduleName]);
101 101
     }
102 102
 
103
+    /**
104
+     * @return string
105
+     */
103 106
     public function getDomain($decode = false) {
104 107
         return !empty($this->config['site']['domain']) ? $this->config['site']['domain'] : ($decode ? idn_to_utf8(INJI_DOMAIN_NAME) : INJI_DOMAIN_NAME);
105 108
     }
Please login to merge, or discard this patch.