Completed
Push — master ( 05e72b...bcdc67 )
by Jean-Christophe
01:20
created
micro/controllers/admin/UbiquityMyAdminViewer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@
 block discarded – undo
74 74
 		return \count($objects)>20;
75 75
 	}
76 76
 
77
+	/**
78
+	 * @param string $className
79
+	 */
77 80
 	protected function manyToOneFormField(DataForm $form,$member,$className,$instance){
78 81
 		$joinColumn=OrmUtils::getAnnotationInfoMember($className, "#joinColumn", $member);
79 82
 		if($joinColumn){
Please login to merge, or discard this patch.