Completed
Push — master ( d1cd79...18b7fd )
by Pavel
03:43 queued 33s
created
src/DataGrid.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -512,7 +512,7 @@  discard block
 block discarded – undo
512 512
 
513 513
 	/**
514 514
 	 * Set sortable handle
515
-	 * @param string $handle
515
+	 * @param string $handler
516 516
 	 */
517 517
 	public function setSortableHandler($handler = 'sort!')
518 518
 	{
@@ -1707,6 +1707,9 @@  discard block
 block discarded – undo
1707 1707
 	}
1708 1708
 
1709 1709
 
1710
+	/**
1711
+	 * @param string $name
1712
+	 */
1710 1713
 	public function getRowCondition($name, $key = NULL)
1711 1714
 	{
1712 1715
 		if (!isset($this->row_conditions[$name])) {
Please login to merge, or discard this patch.