| 1 | <?php |
||
| 7 | class IsRespondedWith |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var \Imanghafoori\MakeSure\Chain |
||
| 11 | */ |
||
| 12 | private $chain; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * IsRespondedWith constructor. |
||
| 16 | * |
||
| 17 | * @param $chain |
||
| 18 | */ |
||
| 19 | 11 | public function __construct(Chain $chain) |
|
| 23 | |||
| 24 | 2 | public function isRespondedWith(): Response |
|
| 28 | |||
| 29 | 1 | public function isOk() |
|
| 33 | } |
||
| 34 |