|
@@ -36,8 +36,8 @@ |
|
|
block discarded – undo |
|
36
|
36
|
private $httpFoundationFactory; |
|
37
|
37
|
|
|
38
|
38
|
/** |
|
39
|
|
- * @param HttpKernelInterface $nextSymfonyMiddleware The next Symfony middleware to be called (after the psr15 middleware. |
|
40
|
|
- * @param MiddlewareInterface $psr15Middleware The psr15 middleware we bridge to. |
|
|
39
|
+ * @param \TheCodingMachine\Tests\Psr15Bridge\anonymous//tests/SymfonyToPsr15BridgeTest.php$0 $nextSymfonyMiddleware The next Symfony middleware to be called (after the psr15 middleware. |
|
|
40
|
+ * @param \TheCodingMachine\Tests\Psr15Bridge\anonymous//tests/SymfonyToPsr15BridgeTest.php$1 $psr15Middleware The psr15 middleware we bridge to. |
|
41
|
41
|
* @param HttpFoundationFactoryInterface $httpFoundationFactory The class in charge of translating PSR-7 request/response objects to Symfony objects. Defaults to Symfony default implementation |
|
42
|
42
|
* @param HttpMessageFactoryInterface $httpMessageFactory The class in charge of translating Symfony request/response objects to PSR-7 objects. Defaults to Symfony default implementation (that uses Diactoros) |
|
43
|
43
|
*/ |
Please login to merge, or discard this patch.