File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,6 @@ public static function getOptions(
4848 // @codingStandardsIgnoreStart
4949 $ options = array_replace_recursive (self ::TRANSPORT_OPTIONS , $ suppliedOptions );
5050 $ options [Options::HYDRATOR_OPTIONS ][HydratorOptions::NAMESPACE_SUFFIX ] = $ suffix ;
51- $ options [Options::TRANSPORT_OPTIONS ][TransportOptions::MIDDLEWARE ] = array_unique (
52- $ options [Options::TRANSPORT_OPTIONS ][TransportOptions::MIDDLEWARE ]
53- );
5451 $ options [Options::TRANSPORT_OPTIONS ][TransportOptions::DEFAULT_REQUEST_OPTIONS ][Oauth1Middleware::class][Oauth1Options::CONSUMER_KEY ] = new Definition \ConsumerKey ($ consumerKey );
5552 $ options [Options::TRANSPORT_OPTIONS ][TransportOptions::DEFAULT_REQUEST_OPTIONS ][Oauth1Middleware::class][Oauth1Options::CONSUMER_SECRET ] = new Definition \ConsumerSecret ($ consumerSecret );
5653 // @codingStandardsIgnoreEnd
You can’t perform that action at this time.
0 commit comments