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(
48
48
// @codingStandardsIgnoreStart
49
49
$ options = array_replace_recursive (self ::TRANSPORT_OPTIONS , $ suppliedOptions );
50
50
$ 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
- );
54
51
$ options [Options::TRANSPORT_OPTIONS ][TransportOptions::DEFAULT_REQUEST_OPTIONS ][Oauth1Middleware::class][Oauth1Options::CONSUMER_KEY ] = new Definition \ConsumerKey ($ consumerKey );
55
52
$ options [Options::TRANSPORT_OPTIONS ][TransportOptions::DEFAULT_REQUEST_OPTIONS ][Oauth1Middleware::class][Oauth1Options::CONSUMER_SECRET ] = new Definition \ConsumerSecret ($ consumerSecret );
56
53
// @codingStandardsIgnoreEnd
You can’t perform that action at this time.
0 commit comments