Completed
Push — master ( 9c7c42...b20e86 )
by Hyunwoo
02:28
created
lib/Gnf/db/base.php 1 patch
Doc Comments   +7 added lines, -1 removed lines patch added patch discarded remove patch
@@ -540,6 +540,9 @@  discard block
 block discarded – undo
540 540
 		return null;
541 541
 	}
542 542
 
543
+	/**
544
+	 * @param string $sql
545
+	 */
543 546
 	public function sqlDo($sql)
544 547
 	{
545 548
 		$sql = $this->parseQuery(func_get_args());
@@ -549,7 +552,7 @@  discard block
 block discarded – undo
549 552
 	}
550 553
 
551 554
 	/**
552
-	 * @param $sql
555
+	 * @param string $sql
553 556
 	 *
554 557
 	 * @return mixed
555 558
 	 * @throws Exception
@@ -576,6 +579,9 @@  discard block
 block discarded – undo
576 579
 		return $this->parseQuery(func_get_args());
577 580
 	}
578 581
 
582
+	/**
583
+	 * @param string $sql
584
+	 */
579 585
 	public function sqlData($sql)
580 586
 	{
581 587
 		$sql = $this->parseQuery(func_get_args());
Please login to merge, or discard this patch.