Skip to content

Commit 6fd0054

Browse files
committed
Fix indention
1 parent 8775cdb commit 6fd0054

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Interfaces/SignInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function period(int $year): PeriodInterface;
2727
*/
2828
public function compatibility(self $sign): float;
2929

30-
/**
30+
/**
3131
* Return the localized version of the current zodiac sign
3232
*/
3333
public function localize(?string $locale = null): self;

src/Laravel/ServiceProvider.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ private function defaultAstrology(): Astrology
7070
$astrology = config('zodiac.astrology', Astrology::WESTERN);
7171

7272
if (!($astrology instanceof Astrology)) {
73-
throw new RuntimeException(
74-
'Unable to resolve default value for Intervention\Zodiac\Calculator parameter #1 $astrology',
75-
);
73+
throw new RuntimeException(
74+
'Unable to resolve default value for Intervention\Zodiac\Calculator parameter #1 $astrology',
75+
);
7676
}
7777

7878
return $astrology;

0 commit comments

Comments
 (0)