We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f34948 commit 17d9a69Copy full SHA for 17d9a69
src/Aspect/AsyncQueueAspect.php
@@ -23,7 +23,7 @@
23
#[Aspect]
24
class AsyncQueueAspect extends AbstractAspect
25
{
26
- public $annotations = [
+ public array $annotations = [
27
AsyncQueueMessage::class,
28
];
29
0 commit comments