Completed
Push — master ( 858968...6eab88 )
by Henri
03:37
created
model/ConceptPropertyValue.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -12,6 +12,10 @@
 block discarded – undo
12 12
     /** content language */
13 13
     private $clang;
14 14
 
15
+    /**
16
+     * @param Model $model
17
+     * @param Vocabulary $vocab
18
+     */
15 19
     public function __construct($model, $vocab, $resource, $prop, $clang = '')
16 20
     {
17 21
         parent::__construct($model, $vocab, $resource);
Please login to merge, or discard this patch.
model/DataObject.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
      */
125 125
     public function getEnvLang()
126 126
     {
127
-       // get language from locale, same as used by gettext, set by Controller
128
-       return substr(getenv("LC_ALL"), 0, 2); // @codeCoverageIgnore
127
+        // get language from locale, same as used by gettext, set by Controller
128
+        return substr(getenv("LC_ALL"), 0, 2); // @codeCoverageIgnore
129 129
     }
130 130
 }
Please login to merge, or discard this patch.