Completed
Push — master ( ead087...20edd5 )
by smiley
02:40
created
src/Query/UpdateInterface.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -14,7 +14,14 @@
 block discarded – undo
14 14
 
15 15
 interface UpdateInterface extends StatementInterface{
16 16
 
17
+	/**
18
+	 * @return void
19
+	 */
17 20
 	public function table();
21
+
22
+	/**
23
+	 * @return void
24
+	 */
18 25
 	public function set();
19 26
 	public function where($val1, $val2, $operator = '=', $bind = true, $join = 'AND'):UpdateInterface;
20 27
 	public function openBracket($join = null):UpdateInterface;
Please login to merge, or discard this patch.