Skip to content

Commit bd81abb

Browse files
[Messenger] Make $clock nullable in PostgreSqlNotifyOnIdleListener
1 parent e358f6e commit bd81abb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Handler/Acknowledger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
namespace Symfony\Component\Messenger\Handler;
1313

14-
use Psr\Clock\ClockInterface;
1514
use Symfony\Component\Clock\Clock;
15+
use Symfony\Component\Clock\ClockInterface;
1616
use Symfony\Component\Messenger\Exception\LogicException;
1717

1818
/**

Handler/BatchHandlerTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
namespace Symfony\Component\Messenger\Handler;
1313

14-
use Psr\Clock\ClockInterface;
1514
use Symfony\Component\Clock\Clock;
15+
use Symfony\Component\Clock\ClockInterface;
1616

1717
/**
1818
* @author Nicolas Grekas <p@tchwork.com>

0 commit comments

Comments
 (0)