File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ class Document extends CSSBlockList {
1010 * Document constructor.
1111 * @param int $iLineNo
1212 */
13- public function __construct ($ iLineNo = 0 )
14- {
13+ public function __construct ($ iLineNo = 0 ) {
1514 parent ::__construct ($ iLineNo );
1615 }
1716
Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ public function getLineNo() {
2828 /**
2929 * @param int $iLineNo
3030 */
31- public function setLineNo ($ iLineNo = 0 )
32- {
31+ public function setLineNo ($ iLineNo = 0 ) {
3332 $ this ->iLineNo = $ iLineNo ;
3433 }
3534
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ public function setColor($aColor) {
1717 $ this ->aComponents = $ aColor ;
1818 }
1919
20- public function setLineNo ($ iLineNo = 0 )
21- {
20+ public function setLineNo ($ iLineNo = 0 ) {
2221 foreach ($ this ->aComponents as $ color_component ) {
2322 $ color_component ->setLineNo ($ iLineNo );
2423 }
You can’t perform that action at this time.
0 commit comments