Test Setup Failed
Push — master ( 5056ce...d219f7 )
by eXeCUT
10:46
created
action/adapter/viewRenderer/DynaGrid.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -181,6 +181,9 @@
 block discarded – undo
181 181
         return $first . mb_substr($string, 1, null, $encoding);
182 182
     }
183 183
 
184
+    /**
185
+     * @return string
186
+     */
184 187
     public function getUniqueId() {
185 188
         if ($this->uniqueId) {
186 189
             return $this->uniqueId;
Please login to merge, or discard this patch.