Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 2e69e78

Browse files
bezinalexdebril
andauthored
Deprecate the factory (#401)
Co-authored-by: alexdebril <[email protected]>
1 parent cfe775b commit 2e69e78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FeedIo/Factory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public static function create(
3939
'config' => [],
4040
]
4141
): Factory {
42+
@trigger_error('Using the factory is deprecated since 5.2 and will be removed in 6.0', \E_USER_DEPRECATED);
4243
$factory = new self();
4344

4445
$clientBuilder = new GuzzleClientBuilder($factory->extractConfig($clientConfig));

0 commit comments

Comments
 (0)