@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Micro |
@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Micro |
@@ -79,21 +79,21 @@ discard block |
||
79 | 79 | |
80 | 80 | switch ($value['type']) { |
81 | 81 | case 'array': |
82 | - $arr = (array) $data[$value['attr']]; |
|
82 | + $arr = (array)$data[$value['attr']]; |
|
83 | 83 | unset($arr['count']); |
84 | 84 | $attrs[$attr] = $arr; |
85 | 85 | |
86 | 86 | break; |
87 | 87 | case 'string': |
88 | - $attrs[$attr] = (string) $store; |
|
88 | + $attrs[$attr] = (string)$store; |
|
89 | 89 | |
90 | 90 | break; |
91 | 91 | case 'int': |
92 | - $attrs[$attr] = (int) $store; |
|
92 | + $attrs[$attr] = (int)$store; |
|
93 | 93 | |
94 | 94 | break; |
95 | 95 | case 'bool': |
96 | - $attrs[$attr] = (bool) $store; |
|
96 | + $attrs[$attr] = (bool)$store; |
|
97 | 97 | |
98 | 98 | break; |
99 | 99 | default: |
@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Micro |
@@ -80,7 +80,7 @@ discard block |
||
80 | 80 | switch ($option) { |
81 | 81 | case 'identity_class': |
82 | 82 | case 'attribute_map_class': |
83 | - $this->{$option} = (string) $value; |
|
83 | + $this->{$option} = (string)$value; |
|
84 | 84 | |
85 | 85 | break; |
86 | 86 | case 'adapter': |
@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Micro |
@@ -177,11 +177,11 @@ discard block |
||
177 | 177 | case 'binddn': |
178 | 178 | case 'bindpw': |
179 | 179 | case 'basedn': |
180 | - $this->{$option} = (string) $value; |
|
180 | + $this->{$option} = (string)$value; |
|
181 | 181 | |
182 | 182 | break; |
183 | 183 | case 'tls': |
184 | - $this->tls = (bool) $value; |
|
184 | + $this->tls = (bool)$value; |
|
185 | 185 | |
186 | 186 | break; |
187 | 187 | default: |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Micro |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Micro |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Micro |
@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Micro |
@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | case 'provider_url': |
87 | 87 | case 'token_validation_url': |
88 | 88 | case 'identity_attribute': |
89 | - $this->{$option} = (string) $value; |
|
89 | + $this->{$option} = (string)$value; |
|
90 | 90 | unset($config[$option]); |
91 | 91 | |
92 | 92 | break; |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /** |
6 | 6 | * Micro |