Completed
Push — master ( 63bbad...0aea12 )
by Pavel
02:57
created
src/DataGrid.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -487,7 +487,7 @@  discard block
 block discarded – undo
487 487
 
488 488
 	/**
489 489
 	 * Set sortable handle
490
-	 * @param string $handle
490
+	 * @param string $handler
491 491
 	 */
492 492
 	public function setSortableHandler($handler = 'sort!')
493 493
 	{
@@ -1766,6 +1766,9 @@  discard block
 block discarded – undo
1766 1766
 	}
1767 1767
 
1768 1768
 
1769
+	/**
1770
+	 * @param string $name
1771
+	 */
1769 1772
 	public function getRowCondition($name, $key = NULL)
1770 1773
 	{
1771 1774
 		if (!isset($this->row_conditions[$name])) {
@@ -1799,7 +1802,6 @@  discard block
 block discarded – undo
1799 1802
 
1800 1803
 	/**
1801 1804
 	 * Order Grid to set columns hideable.
1802
-	 * @param bool $do
1803 1805
 	 */
1804 1806
 	public function setColumnsHideable()
1805 1807
 	{
Please login to merge, or discard this patch.