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 cfe775b commit 2e69e78Copy full SHA for 2e69e78
src/FeedIo/Factory.php
@@ -39,6 +39,7 @@ public static function create(
39
'config' => [],
40
]
41
): Factory {
42
+ @trigger_error('Using the factory is deprecated since 5.2 and will be removed in 6.0', \E_USER_DEPRECATED);
43
$factory = new self();
44
45
$clientBuilder = new GuzzleClientBuilder($factory->extractConfig($clientConfig));
0 commit comments