Skip to content

Commit fc39735

Browse files
committed
Guzzle5: remove factory and configuration
1 parent f437649 commit fc39735

File tree

3 files changed

+0
-48
lines changed

3 files changed

+0
-48
lines changed

src/ClientFactory/Guzzle5Factory.php

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/Resources/config/data-collector.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@
6363
<argument type="service" id="httplug.collector.formatter"/>
6464
<argument type="service" id="debug.stopwatch"/>
6565
</service>
66-
<service id="httplug.collector.factory.guzzle5" class="Http\HttplugBundle\Collector\ProfileClientFactory" decorates="httplug.factory.guzzle5" public="false">
67-
<argument type="service" id="httplug.collector.factory.guzzle5.inner"/>
68-
<argument type="service" id="httplug.collector.collector"/>
69-
<argument type="service" id="httplug.collector.formatter"/>
70-
<argument type="service" id="debug.stopwatch"/>
71-
</service>
7266
<service id="httplug.collector.factory.guzzle6" class="Http\HttplugBundle\Collector\ProfileClientFactory" decorates="httplug.factory.guzzle6" public="false">
7367
<argument type="service" id="httplug.collector.factory.guzzle6.inner"/>
7468
<argument type="service" id="httplug.collector.collector"/>

src/Resources/config/services.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@
8686
<argument type="service" id="httplug.psr17_response_factory"/>
8787
<argument type="service" id="httplug.psr17_stream_factory"/>
8888
</service>
89-
<service id="httplug.factory.guzzle5" class="Http\HttplugBundle\ClientFactory\Guzzle5Factory" public="false">
90-
<argument type="service" id="httplug.message_factory"/>
91-
</service>
9289
<service id="httplug.factory.guzzle6" class="Http\HttplugBundle\ClientFactory\Guzzle6Factory" public="false" />
9390
<service id="httplug.factory.guzzle7" class="Http\HttplugBundle\ClientFactory\Guzzle7Factory" public="false" />
9491
<service id="httplug.factory.react" class="Http\HttplugBundle\ClientFactory\ReactFactory" public="false" />

0 commit comments

Comments
 (0)