Replace stella-maris/clock with psr/clock

This commit is contained in:
Jérôme Gamez
2022-11-26 19:01:32 +01:00
parent cf2cc16e66
commit ebd491dc6e
9 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ declare(strict_types=1);
namespace Beste;
use StellaMaris\Clock\ClockInterface;
use Psr\Clock\ClockInterface;
interface Clock extends ClockInterface
{
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Beste\Clock;
use Beste\Clock;
use DateTimeImmutable;
use DateTimeZone;
use StellaMaris\Clock\ClockInterface;
use Psr\Clock\ClockInterface;
final class FrozenClock implements Clock
{
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Beste\Clock;
use Beste\Clock;
use DateTimeImmutable;
use StellaMaris\Clock\ClockInterface;
use Psr\Clock\ClockInterface;
final class MinuteClock implements Clock
{
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Beste\Clock;
use Beste\Clock;
use DateTimeImmutable;
use StellaMaris\Clock\ClockInterface;
use Psr\Clock\ClockInterface;
final class WrappingClock implements Clock
{