Completed
Push — master ( 77a63f...cef321 )
by Restu
11:38
created
src/Core/Database/Database.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
 
173 173
     /**
174 174
      * @param array $columnsVal
175
-     * @param null $primaryKey
175
+     * @param string $primaryKey
176 176
      * @return $this|bool
177 177
      */
178 178
     public function update(array $columnsVal, $primaryKey = null)
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
     /**
198 198
      * @param $query
199 199
      * @param string $type
200
-     * @return Query
200
+     * @return Database
201 201
      */
202 202
     public function whereQ($query, $type = "AND")
203 203
     {
@@ -206,8 +206,8 @@  discard block
 block discarded – undo
206 206
     }
207 207
 
208 208
     /**
209
-     * @param $column
210
-     * @param $value
209
+     * @param string $column
210
+     * @param string $value
211 211
      * @param string $operator
212 212
      * @param string $type
213 213
      * @return $this
Please login to merge, or discard this patch.