1 | <?php |
||
17 | final class Transaction |
||
18 | { |
||
19 | /** |
||
20 | * @return StreamInterface<Value> |
||
|
|||
21 | */ |
||
22 | 1 | public function __invoke(Method $method, Str $arguments): StreamInterface |
|
43 | |||
44 | private function selectOk(): Arguments |
||
48 | |||
49 | private function commitOk(): Arguments |
||
53 | |||
54 | private function rollbackOk(): Arguments |
||
58 | } |
||
59 |
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.