File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2121use Symfony \Component \HttpFoundation \Request ;
2222use Symfony \Component \HttpFoundation \Response ;
2323
24- final readonly class McpController
24+ final class McpController
2525{
2626 public function __construct (
27- private Server $ server ,
28- private HttpMessageFactoryInterface $ httpMessageFactory ,
29- private HttpFoundationFactoryInterface $ httpFoundationFactory ,
30- private ResponseFactoryInterface $ responseFactory ,
31- private StreamFactoryInterface $ streamFactory ,
32- private ?LoggerInterface $ logger = null ,
27+ private readonly Server $ server ,
28+ private readonly HttpMessageFactoryInterface $ httpMessageFactory ,
29+ private readonly HttpFoundationFactoryInterface $ httpFoundationFactory ,
30+ private readonly ResponseFactoryInterface $ responseFactory ,
31+ private readonly StreamFactoryInterface $ streamFactory ,
32+ private readonly ?LoggerInterface $ logger = null ,
3333 ) {
3434 }
3535
You can’t perform that action at this time.
0 commit comments