Skip to content

Commit 546071e

Browse files
bk-tbThomas Beyer
andauthored
For messenger versions below 8.1 the StampInterface stub is needed (#496)
Co-authored-by: Thomas Beyer <t.beyer@bauer-kirch.de>
1 parent 3ab814d commit 546071e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Stubs/Symfony/StubFilesExtensionLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ public function getFiles(): array
7979

8080
if ($this->isInstalledVersionBelow('symfony/messenger', '6.1.0.0')) {
8181
$files[] = $stubsDir . '/Symfony/Component/Messenger/Envelope.stub';
82-
$files[] = $stubsDir . '/Symfony/Component/Messenger/StampInterface.stub';
8382
}
8483

8584
if ($this->isInstalledVersionBelow('symfony/messenger', '8.1.0.0')) {
8685
$files[] = $stubsDir . '/Symfony/Component/Messenger/TraceableMessageBus.stub';
86+
$files[] = $stubsDir . '/Symfony/Component/Messenger/StampInterface.stub';
8787
}
8888

8989
if ($this->isInstalledVersionBelow('symfony/process', '5.4.0.0')) {

0 commit comments

Comments
 (0)