Skip to content

Commit 29bd5cd

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent e59a469 commit 29bd5cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SettingsMapper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private function fillMissingSettingsWithDefaultValues(SettingsConfig $config, Co
114114
->getReflectedProperties()
115115
->keys()
116116
->diff($properties->keys())
117-
->each(function($missingSetting) use ($config, &$properties) {
117+
->each(function ($missingSetting) use ($config, &$properties) {
118118
/** @var ReflectionProperty $reflectionProperty */
119119
$reflectionProperty = $config->getReflectedProperties()[$missingSetting];
120120

tests/TestClasses/DummySettings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
use Carbon\Carbon;
66
use DateTimeImmutable;
77
use DateTimeZone;
8+
use Illuminate\Support\Carbon as IlluminateCarbon;
89
use Spatie\LaravelSettings\Settings;
910
use Spatie\LaravelSettings\SettingsCasts\DataCast;
10-
use Illuminate\Support\Carbon as IlluminateCarbon;
1111

1212
class DummySettings extends Settings
1313
{

0 commit comments

Comments
 (0)