| 1 | <?php |
||
| 20 | final class Reader |
||
| 21 | { |
||
| 22 | private $connection; |
||
| 23 | private $channel; |
||
| 24 | private $exchange; |
||
| 25 | private $queue; |
||
| 26 | private $basic; |
||
| 27 | private $tx; |
||
| 28 | |||
| 29 | public function __construct() |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @return StreamInterface<Value> |
||
|
|
|||
| 41 | */ |
||
| 42 | public function __invoke(Method $method, Str $arguments): StreamInterface |
||
| 46 | } |
||
| 47 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.