Skip to content

Commit 3a44344

Browse files
committed
📦 Fix property type in phpdoc - there's should be an intersection type
1 parent 1d5deb9 commit 3a44344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Collector/ProfileClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ProfileClient implements ClientInterface, HttpAsyncClient
2727
use VersionBridgeClient;
2828

2929
/**
30-
* @var ClientInterface|HttpAsyncClient
30+
* @var ClientInterface&HttpAsyncClient
3131
*/
3232
private $client;
3333

0 commit comments

Comments
 (0)