Skip to content

Commit 880f583

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 9259ceb commit 880f583

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Traits/Configuration/ConfigurableAreasConfiguration.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ trait ConfigurableAreasConfiguration
66
{
77
/**
88
* Set all configurable areas to this array of configuration data
9-
*
9+
*
1010
* @param array<mixed> $areas
1111
*/
1212
public function setConfigurableAreas(array $areas): self
@@ -18,8 +18,7 @@ public function setConfigurableAreas(array $areas): self
1818

1919
/**
2020
* Configure a specific Configurable Area
21-
*
22-
* @param string $configurableArea
21+
*
2322
* @param array<mixed> $config
2423
*/
2524
public function setConfigurableArea(string $configurableArea, mixed $config): self

0 commit comments

Comments
 (0)