Test Setup Failed
Pull Request — master (#190)
by
unknown
08:43
created
src/midcom/datamanager/storage/parameter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
      * Converts the selected options according to the multiple_storagemode setting.
88 88
      *
89 89
      * @return mixed The data converted to the final data storage.
90
-    */
90
+     */
91 91
     function convert_multiple_to_storage()
92 92
     {
93 93
         switch ($this->config['type_config']['multiple_storagemode']) {
Please login to merge, or discard this patch.
lib/midcom/helper/datamanager2/ajax/autocomplete.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -244,8 +244,8 @@
 block discarded – undo
244 244
             }
245 245
         } elseif (   $item_name == 'username'
246 246
                   && $object instanceof midcom_db_person) {
247
-          $account = new midcom_core_account($object);
248
-          return $account->get_username();
247
+            $account = new midcom_core_account($object);
248
+            return $account->get_username();
249 249
         }
250 250
         return $object->$item_name;
251 251
     }
Please login to merge, or discard this patch.
src/midcom/datamanager/storage/privilege.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
                     $this->config['type_config']['privilege_name'],
23 23
                     $this->config['type_config']['assignee'],
24 24
                     $this->config['type_config']['classname']
25
-                  );
25
+                    );
26 26
 
27 27
         return $source->__get('value');
28 28
     }
Please login to merge, or discard this patch.