@@ -63,7 +63,7 @@ class Transport
6363 * @param HttpClientInterface|null $client
6464 * @param LoggerInterface|null $logger
6565 */
66- public static function fromDsn (string $ dsn/*, EventDispatcherInterface $dispatcher = null, HttpClientInterface $client = null, LoggerInterface $logger = null*/ ): TransportInterface
66+ public static function fromDsn (string $ dsn/* , EventDispatcherInterface $dispatcher = null, HttpClientInterface $client = null, LoggerInterface $logger = null */ ): TransportInterface
6767 {
6868 $ dispatcher = 2 <= \func_num_args () ? func_get_arg (1 ) : null ;
6969 $ client = 3 <= \func_num_args () ? func_get_arg (2 ) : null ;
@@ -79,7 +79,7 @@ public static function fromDsn(string $dsn/*, EventDispatcherInterface $dispatch
7979 * @param HttpClientInterface|null $client
8080 * @param LoggerInterface|null $logger
8181 */
82- public static function fromDsns (array $ dsns/*, EventDispatcherInterface $dispatcher = null, HttpClientInterface $client = null, LoggerInterface $logger = null*/ ): TransportInterface
82+ public static function fromDsns (array $ dsns/* , EventDispatcherInterface $dispatcher = null, HttpClientInterface $client = null, LoggerInterface $logger = null */ ): TransportInterface
8383 {
8484 $ dispatcher = 2 <= \func_num_args () ? func_get_arg (1 ) : null ;
8585 $ client = 3 <= \func_num_args () ? func_get_arg (2 ) : null ;
@@ -183,7 +183,7 @@ public function fromDsnObject(Dsn $dsn): TransportInterface
183183 *
184184 * @return \Traversable<int, TransportFactoryInterface>
185185 */
186- public static function getDefaultFactories (/*EventDispatcherInterface $dispatcher = null, HttpClientInterface $client = null, LoggerInterface $logger = null*/ ): iterable
186+ public static function getDefaultFactories (/* EventDispatcherInterface $dispatcher = null, HttpClientInterface $client = null, LoggerInterface $logger = null */ ): iterable
187187 {
188188 $ dispatcher = 1 <= \func_num_args () ? func_get_arg (0 ) : null ;
189189 $ client = 2 <= \func_num_args () ? func_get_arg (1 ) : null ;
0 commit comments