Completed
Push — master ( 450b81...06fdaa )
by Will
10s
created
src/GoogleMapField.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -200,6 +200,9 @@
 block discarded – undo
200 200
 		return $fieldNames[$name];
201 201
 	}
202 202
 
203
+	/**
204
+	 * @param string $name
205
+	 */
203 206
 	protected function recordFieldData($name) {
204 207
 		$fieldName = $this->childFieldName($name);
205 208
 		return $this->data->$fieldName ?: $this->getDefaultValue($name);
Please login to merge, or discard this patch.