File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments