Skip to content

Commit 32a6d08

Browse files
Merge branch '6.4' into 7.3
* 6.4: Remove calls to no-op functions, deprecated in PHP 8.5 Remove deprecated calls to deprecated methods of SplObjectStorage [Messenger] Show package installation hint also for amqps
2 parents 81d1c69 + 9d13e87 commit 32a6d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/WorkflowExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected function setUp(): void
3636
];
3737

3838
$transitionsMetadata = new \SplObjectStorage();
39-
$transitionsMetadata->attach($this->t1, ['title' => 't1 title']);
39+
$transitionsMetadata[$this->t1] = ['title' => 't1 title'];
4040
$metadataStore = new InMemoryMetadataStore(
4141
['title' => 'workflow title'],
4242
['orderer' => ['title' => 'ordered title']],

0 commit comments

Comments
 (0)