File tree Expand file tree Collapse file tree 16 files changed +23
-17
lines changed Expand file tree Collapse file tree 16 files changed +23
-17
lines changed Original file line number Diff line number Diff line change 5
5
/vendor /
6
6
/nbproject /private /
7
7
/composer.lock
8
+ /debian /php-vitexsoftware-ease-bootstrap.debhelper.log
9
+ /debian /php-vitexsoftware-ease-bootstrap.substvars
10
+ /debian /php-vitexsoftware-ease-bootstrap /
Original file line number Diff line number Diff line change 15
15
16
16
use Ergebnis \PhpCsFixer \Config \Factory ;
17
17
use Ergebnis \PhpCsFixer \Config \Rules ;
18
- use Ergebnis \PhpCsFixer \Config \RuleSet \Php74 ;
18
+ use Ergebnis \PhpCsFixer \Config \RuleSet \Php81 ;
19
19
20
20
$ header = <<<'HEADER'
21
21
This file is part of the EaseTWBootstrap3 package
28
28
file that was distributed with this source code.
29
29
HEADER;
30
30
31
- $ ruleSet = Php74 ::create ()->withHeader ($ header )->withRules (Rules::fromArray ([
31
+ $ ruleSet = Php81 ::create ()->withHeader ($ header )->withRules (Rules::fromArray ([
32
32
'blank_line_before_statement ' => [
33
33
'statements ' => [
34
34
'break ' ,
Original file line number Diff line number Diff line change 31
31
"type" : " library" ,
32
32
"homepage" : " http://v.s.cz/ease.php" ,
33
33
"license" : " GPL-2.0+" ,
34
- "address" : " 1.1"
34
+ "address" : " 1.1.2 "
35
35
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
<group name =" EASE" >
6
6
<file >file:/home/vitex/Projects/EASE/php-vitexsoftware-ease-bootstrap/composer.json</file >
7
7
</group >
8
- <group />
8
+ <group >
9
+ <file >file:/home/vitex/Projects/VitexSoftware/php-vitexsoftware-ease-twbootstrap3/src/Ease/TWB/Panel.php</file >
10
+ </group >
9
11
</open-files >
10
12
</project-private >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function __construct(
37
37
$ type = 'default ' ,
38
38
$ size = null ,
39
39
$ items = null ,
40
- $ properties = []
40
+ $ properties = [],
41
41
) {
42
42
parent ::__construct (null , $ properties );
43
43
$ this ->setTagClass ('btn-group ' );
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public function addSlide(
77
77
$ slide ,
78
78
$ capHeading = '' ,
79
79
$ caption = '' ,
80
- $ default = false
80
+ $ default = false ,
81
81
): void {
82
82
$ item = new \Ease \Html \DivTag ($ slide , ['class ' => 'item ' ]);
83
83
@@ -161,6 +161,7 @@ public function finalize(): void
161
161
true ,
162
162
);
163
163
}
164
+
164
165
parent ::finalize ();
165
166
}
166
167
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function __construct(
36
36
$ value = 'on ' ,
37
37
$ content = null ,
38
38
$ checked = false ,
39
- $ properties = []
39
+ $ properties = [],
40
40
) {
41
41
$ label = new \Ease \Html \LabelTag ($ name );
42
42
$ this ->checkbox = $ label ->addItem (new \Ease \Html \CheckboxTag (
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public function __construct(
31
31
$ size ,
32
32
$ content = null ,
33
33
$ target = 'md ' ,
34
- $ properties = []
34
+ $ properties = [],
35
35
) {
36
36
if (\array_key_exists ('class ' , $ properties )) {
37
37
$ addClass = $ properties ['class ' ];
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function addInput(
42
42
$ input ,
43
43
$ caption = null ,
44
44
$ placeholder = null ,
45
- $ helptext = null
45
+ $ helptext = null ,
46
46
) {
47
47
return $ this ->addItem (new FormGroup (
48
48
$ caption ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public function __construct(
31
31
$ content = null ,
32
32
$ placeholder = null ,
33
33
$ helptext = null ,
34
- $ addTagClass = 'form-control '
34
+ $ addTagClass = 'form-control ' ,
35
35
) {
36
36
if (\is_object ($ content ) && method_exists ($ content , 'getTagID ' )) {
37
37
$ id = $ content ->getTagID ();
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class Label extends \Ease\Html\Span
29
29
public function __construct (
30
30
$ type = 'default ' ,
31
31
$ content = null ,
32
- $ properties = []
32
+ $ properties = [],
33
33
) {
34
34
if (isset ($ properties ['class ' ])) {
35
35
$ properties ['class ' ] .= ' label label- ' .$ type ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function __construct(
37
37
$ href ,
38
38
$ contents = null ,
39
39
$ type = null ,
40
- $ properties = []
40
+ $ properties = [],
41
41
) {
42
42
if (isset ($ properties ['class ' ])) {
43
43
$ class = ' ' .$ properties ['class ' ];
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public function __construct(
56
56
$ heading = null ,
57
57
$ type = 'default ' ,
58
58
$ body = null ,
59
- $ footer = null
59
+ $ footer = null ,
60
60
) {
61
61
$ this ->type = $ type ;
62
62
$ this ->addToFooter = $ footer ;
@@ -120,6 +120,7 @@ public function finalize(): void
120
120
if ($ this ->addToFooter ) {
121
121
$ this ->footer ()->addItem ($ this ->addToFooter );
122
122
}
123
+
123
124
parent ::finalize ();
124
125
}
125
126
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function __construct(
29
29
$ name = null ,
30
30
$ value = null ,
31
31
$ caption = null ,
32
- $ properties = []
32
+ $ properties = [],
33
33
) {
34
34
if (isset ($ properties ['id ' ])) {
35
35
$ for = $ properties ['id ' ];
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class Tabs extends \Ease\Container
49
49
public function __construct (
50
50
$ partName ,
51
51
$ tabsList = null ,
52
- $ tagProperties = null
52
+ $ tagProperties = null ,
53
53
) {
54
54
$ this ->partName = $ partName ;
55
55
parent ::__construct ();
@@ -235,6 +235,7 @@ public function finalize(): void
235
235
true ,
236
236
);
237
237
}
238
+
238
239
parent ::finalize ();
239
240
}
240
241
}
You can’t perform that action at this time.
0 commit comments