Completed
Push — master ( 726e11...946267 )
by Gordon
05:19
created
tests/GridRowsExtensionTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -92,6 +92,10 @@
 block discarded – undo
92 92
     }
93 93
 
94 94
 
95
+    /**
96
+     * @param integer $maxWidth
97
+     * @param integer $amount
98
+     */
95 99
     private function checkGrid($grid, $maxWidth, $amount) {
96 100
     	$items = 0;
97 101
     	$rows = 0;
Please login to merge, or discard this patch.