Skip to content

Commit d7e7187

Browse files
rappasoftgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 4fbc4d2 commit d7e7187

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Traits/Configuration/ComponentConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public function setAdditionalSelects($selects): self
300300

301301
/**
302302
* @param $areas
303-
*
303+
*
304304
* @return $this
305305
*/
306306
public function setConfigurableAreas(array $areas): self

src/Traits/Helpers/ComponentHelpers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public function getConfigurableAreas(): array
322322

323323
/**
324324
* @param string $area
325-
*
325+
*
326326
* @return bool
327327
*/
328328
public function hasConfigurableAreaFor(string $area): bool
@@ -332,7 +332,7 @@ public function hasConfigurableAreaFor(string $area): bool
332332

333333
/**
334334
* @param string $area
335-
*
335+
*
336336
* @return string|null
337337
*/
338338
public function getConfigurableAreaFor(string $area): ?string

tests/Traits/Helpers/ComponentHelpersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public function can_get_configurable_areas(): void
178178
], $this->basicTable->getConfigurableAreas());
179179

180180
$this->basicTable->setConfigurableAreas([
181-
'toolbar-left-start' => 'includes.areas.toolbar-left-start'
181+
'toolbar-left-start' => 'includes.areas.toolbar-left-start',
182182
]);
183183

184184
$this->assertEquals('includes.areas.toolbar-left-start', $this->basicTable->getConfigurableAreaFor('toolbar-left-start'));

0 commit comments

Comments
 (0)