Completed
Pull Request — master (#809)
by Julius
02:17
created
lib/Db/RelationalEntity.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -85,6 +85,10 @@
 block discarded – undo
85 85
 		return $json;
86 86
 	}
87 87
 
88
+	/**
89
+	 * @param string $property
90
+	 * @param string $type
91
+	 */
88 92
 	public function setFieldFormat($property, $type) {
89 93
 		$this->_formatFields[$property] = $type;
90 94
 	}
Please login to merge, or discard this patch.