We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875c730 commit 77b0933Copy full SHA for 77b0933
1 file changed
src/Doctrine/Connection.php
@@ -2,10 +2,12 @@
2
3
namespace ADT\BackgroundQueue\Doctrine;
4
5
+use ADT\BackgroundQueue\BackgroundQueue;
6
+
7
trait Connection
8
{
- abstract protected function getBackgroundQueue();
-
9
+ abstract protected function getBackgroundQueue(): BackgroundQueue;
10
11
protected int $transactionNestingLevel = 0;
12
13
public function beginTransaction(): void
0 commit comments