Completed
Push — master ( c823eb...e0ab14 )
by Wanderson
02:54
created
app/model/Win/DesignPattern/DAO.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 	/**
108 108
 	 * Busca o objeto por um campo específico
109 109
 	 * @param string $fieldName
110
-	 * @param mixed $fieldValue
110
+	 * @param integer $fieldValue
111 111
 	 * @return mixed
112 112
 	 */
113 113
 	public function fetchByField($fieldName, $fieldValue) {
@@ -116,8 +116,6 @@  discard block
 block discarded – undo
116 116
 
117 117
 	/**
118 118
 	 * Busca o objeto pelo filtro
119
-	 * @param string $fieldName
120
-	 * @param mixed $fieldValue
121 119
 	 * @return mixed
122 120
 	 */
123 121
 	public function fetch($filter) {
Please login to merge, or discard this patch.