Skip to content

Commit ff696cc

Browse files
committed
Remove redundant code
1 parent 2e87f21 commit ff696cc

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

src/AbstractSign.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
namespace Intervention\Zodiac;
66

77
use Intervention\Zodiac\Interfaces\SignInterface;
8-
use Intervention\Zodiac\Interfaces\TranslatableInterface;
98
use Intervention\Zodiac\Traits\CanTranslate;
10-
use Stringable;
119

12-
abstract class AbstractSign implements SignInterface, TranslatableInterface, Stringable
10+
abstract class AbstractSign implements SignInterface
1311
{
1412
use CanTranslate;
1513

src/Western/AbstractSign.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@
77
use Carbon\Carbon;
88
use Carbon\CarbonPeriod;
99
use Intervention\Zodiac\Interfaces\PeriodInterface;
10-
use Intervention\Zodiac\Interfaces\TranslatableInterface;
1110
use Intervention\Zodiac\Interfaces\SignInterface;
1211
use Intervention\Zodiac\Period;
1312
use Intervention\Zodiac\AbstractSign as BaseSign;
14-
use Stringable;
1513

16-
abstract class AbstractSign extends BaseSign implements SignInterface, TranslatableInterface, Stringable
14+
abstract class AbstractSign extends BaseSign
1715
{
1816
protected int $startDay;
1917
protected int $startMonth;

0 commit comments

Comments
 (0)