Skip to content

Commit 17d9a69

Browse files
authored
Upgrade the minimum php version to 8.0 for di. (#4237)
1 parent 2f34948 commit 17d9a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aspect/AsyncQueueAspect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#[Aspect]
2424
class AsyncQueueAspect extends AbstractAspect
2525
{
26-
public $annotations = [
26+
public array $annotations = [
2727
AsyncQueueMessage::class,
2828
];
2929

0 commit comments

Comments
 (0)