Completed
Push — master ( f9a7a2...eb8de6 )
by Tom
02:33
created
src/Parser/Value.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -155,6 +155,10 @@
 block discarded – undo
155 155
 
156 156
 	//Extracts $last from $data. If "last" is "bar" from value "foo.bar",
157 157
 	//$data contains "foo" and this function reads $data[$bar] or $data->$bar
158
+
159
+	/**
160
+	 * @param ValueResult|null $result
161
+	 */
158 162
 	private function extractLast($result) {
159 163
 		if ($this->autoLookup && isset($this->data->{$this->last})) {
160 164
 			return $this->result->processValue($this->data->{$this->last});
Please login to merge, or discard this patch.