Completed
Push — master ( 499e80...f97bb0 )
by Jean-Christophe
01:49
created
Ubiquity/orm/creator/yuml/YumlParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
 		}
56 56
 	}
57 57
 
58
+	/**
59
+	 * @param string $propertiesString
60
+	 */
58 61
 	private function parseProperties($propertiesString,$table){
59 62
 		$properties=\explode(";", $propertiesString);
60 63
 		foreach ($properties as $property){
Please login to merge, or discard this patch.