Passed
Pull Request — profile-edit-layout (#2304)
by
unknown
10:38
created
mod/paas_integration/start.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -95,6 +95,9 @@
 block discarded – undo
95 95
     return true;
96 96
   }
97 97
 
98
+  /**
99
+   * @param string $field
100
+   */
98 101
   function copy_value_to_object_if_defined($field, $value){
99 102
     if($value != null && $value != "undefined"){
100 103
         return $value;
Please login to merge, or discard this patch.