Completed
Pull Request — master (#28)
by Helpful
02:48 queued 46s
created
code/GoogleMapField.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -210,6 +210,9 @@
 block discarded – undo
210 210
         return $fieldNames[$name];
211 211
     }
212 212
 
213
+    /**
214
+     * @param string $name
215
+     */
213 216
     protected function recordFieldData($name)
214 217
     {
215 218
         $fieldName = $this->childFieldName($name);
Please login to merge, or discard this patch.