Skip to content

Commit e590f44

Browse files
committed
Merge branch 'master' into 2.1-merge
# Conflicts: # README.md # src/amqp/src/Message/ConsumerMessageInterface.php # src/utils/src/Coroutine/Concurrent.php # src/websocket-server/src/Server.php
2 parents 185f97b + 980d859 commit e590f44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ConfigProvider.php

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ public function __invoke(): array
5353
AspectCollector::class,
5454
],
5555
],
56+
'ignore_annotations' => [
57+
'mixin',
58+
],
5659
],
5760
];
5861
}

0 commit comments

Comments
 (0)