Completed
Push — master ( a21e1b...e6e660 )
by Pavel
02:28
created
src/DataGrid.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -1628,6 +1628,9 @@
 block discarded – undo
1628 1628
 	}
1629 1629
 
1630 1630
 
1631
+	/**
1632
+	 * @param string $name
1633
+	 */
1631 1634
 	public function getRowCondition($name, $key = NULL)
1632 1635
 	{
1633 1636
 		if (!isset($this->row_conditions[$name])) {
Please login to merge, or discard this patch.