@@ -17,7 +17,7 @@ |
||
17 | 17 | protected const ATTRIBUTE_CLASS = 'class'; |
18 | 18 | |
19 | 19 | /** @var array<string,Attribute> */ |
20 | - protected array $attributes = []; |
|
20 | + protected array $attributes = []; |
|
21 | 21 | |
22 | 22 | public function __construct() |
23 | 23 | { |
@@ -177,7 +177,7 @@ |
||
177 | 177 | */ |
178 | 178 | protected function createAdminResourceSelect(array $options): Select |
179 | 179 | { |
180 | - $size = $this->getMultiSelectSize( |
|
180 | + $size = $this->getMultiSelectSize( |
|
181 | 181 | count($options), |
182 | 182 | static::MULTISELECT_MIN_SIZE, |
183 | 183 | static::MULTISELECT_MAX_SIZE |
@@ -87,7 +87,7 @@ discard block |
||
87 | 87 | */ |
88 | 88 | protected function addJsOnly(): ApiClient |
89 | 89 | { |
90 | - $content = sprintf( |
|
90 | + $content = sprintf( |
|
91 | 91 | '<i class="material-icons">warning</i> %s', |
92 | 92 | $this->translator->translate('admin:jsOnly') |
93 | 93 | ); |
@@ -192,7 +192,7 @@ discard block |
||
192 | 192 | */ |
193 | 193 | protected function createAdminResourceSelect(array $options): Select |
194 | 194 | { |
195 | - $size = $this->getMultiSelectSize( |
|
195 | + $size = $this->getMultiSelectSize( |
|
196 | 196 | count($options), |
197 | 197 | static::MULTISELECT_MIN_SIZE, |
198 | 198 | static::MULTISELECT_MAX_SIZE |
@@ -227,7 +227,7 @@ discard block |
||
227 | 227 | Html5::ATTR_CLASS => ['pmd-alert-toggle'], |
228 | 228 | ] |
229 | 229 | ); |
230 | - $btn = $this->buttonFactory->createWithIcon( |
|
230 | + $btn = $this->buttonFactory->createWithIcon( |
|
231 | 231 | 'admin:generateSecret', |
232 | 232 | 'autorenew', |
233 | 233 | [], |