Completed
Push — master ( b41795...d72d75 )
by Chauncey
08:27
created
src/Charcoal/Ui/Layout/LayoutInterface.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -33,11 +33,11 @@
 block discarded – undo
33 33
      */
34 34
     public function structure();
35 35
 
36
-     /**
37
-      * Get the total number of rows
38
-      *
39
-      * @return integer
40
-      */
36
+        /**
37
+         * Get the total number of rows
38
+         *
39
+         * @return integer
40
+         */
41 41
     public function numRows();
42 42
 
43 43
     /**
Please login to merge, or discard this patch.