Skip to content

Commit af6fd31

Browse files
committed
Update Class Property PHPDoc
1 parent 824caea commit af6fd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpClient/HttpPluginClientBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class HttpPluginClientBuilder
2424
private $httpClient;
2525
/** @var HttpMethodsClient|null */
2626
private $pluginClient;
27-
/** @var RequestFactoryInterface */
27+
/** @var RequestFactory|RequestFactoryInterface */
2828
private $requestFactory;
2929
/** @var Plugin[] */
3030
private $plugins = [];

0 commit comments

Comments
 (0)