Completed
Push — 7.x-1.x ( f8d1c3...db8c39 )
by Benjamin
02:15
created
src/EcDataUtils.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -210,6 +210,7 @@
 block discarded – undo
210 210
 
211 211
   /**
212 212
    * Converts underscore_name to camelName.
213
+   * @param string $underscore_name
213 214
    */
214 215
   public static function underscoreToCamel($underscore_name) {
215 216
     $underscore_name[0] = strtoupper($underscore_name[0]);
Please login to merge, or discard this patch.