Completed
Push — 1.2 ( e8eb21...d2001b )
by Daniel
04:51 queued 01:15
created
code/GoogleMapField.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -98,6 +98,9 @@
 block discarded – undo
98 98
 		return $this->data->$fieldNames['lng'];
99 99
 	}
100 100
 
101
+	/**
102
+	 * @param string $name
103
+	 */
101 104
 	public function getOption($name) {
102 105
 		// Quicker execution path for "."-free names
103 106
 		if (strpos($name, '.') === false) {
Please login to merge, or discard this patch.