eee
This commit is contained in:
@@ -67,7 +67,7 @@ class SwooleHttpResponseEmitter implements ResponseEmitterInterface
|
|||||||
* @throws NotFoundExceptionInterface
|
* @throws NotFoundExceptionInterface
|
||||||
* @throws ReflectionException
|
* @throws ReflectionException
|
||||||
*/
|
*/
|
||||||
public function sender(ResponseInterface $proxy, object $response, object $request): void
|
public function xxxxxxxxxxxxxxxxxxxxxxxxxSender(ResponseInterface $proxy, object $response, object $request): void
|
||||||
{
|
{
|
||||||
// TODO: Implement sender() method.
|
// TODO: Implement sender() method.
|
||||||
$this->writeParams($proxy, $response, $request);
|
$this->writeParams($proxy, $response, $request);
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ class SwowHttpResponseEmitter implements ResponseEmitterInterface
|
|||||||
* @throws NotFoundExceptionInterface
|
* @throws NotFoundExceptionInterface
|
||||||
* @throws ReflectionException
|
* @throws ReflectionException
|
||||||
*/
|
*/
|
||||||
public function sender(ResponseInterface $proxy, object $response, object $request): void
|
public function xxxxxxxxxxxxxxxxxxxxxxxxxSender(ResponseInterface $proxy, object $response, object $request): void
|
||||||
{
|
{
|
||||||
// TODO: Implement sender() method.
|
// TODO: Implement sender() method.
|
||||||
$proxy->withHeader('Server', 'Swow');
|
$proxy->withHeader('Server', 'Swow');
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Kiri\Router\Validator;
|
||||||
|
|
||||||
|
use Kiri\ToArray;
|
||||||
|
|
||||||
|
abstract class FormBase implements ToArray, \JsonSerializable, \Stringable
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user