Completed
Pull Request — 3.1 (#49)
by
unknown
11:49
created
code/MapField.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 class MapField extends DatalessField
6 6
 {
7 7
     /**
8
-         * @var int The level of the <h1> to <h6> HTML tag. Default: 2
9
-         */
8
+     * @var int The level of the <h1> to <h6> HTML tag. Default: 2
9
+     */
10 10
     protected $headingLevel = 2;
11 11
     private $divId;
12 12
 
Please login to merge, or discard this patch.