@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | */ |
43 | 43 | public function getColspan() |
44 | 44 | { |
45 | - return (int)$this->getAttribute('colspan') ?: 1; |
|
45 | + return (int) $this->getAttribute('colspan') ?: 1; |
|
46 | 46 | } |
47 | 47 | |
48 | 48 | /** |
@@ -50,6 +50,6 @@ discard block |
||
50 | 50 | */ |
51 | 51 | public function getRowspan() |
52 | 52 | { |
53 | - return (int)$this->getAttribute('rowspan') ?: 1; |
|
53 | + return (int) $this->getAttribute('rowspan') ?: 1; |
|
54 | 54 | } |
55 | 55 | } |