It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
The doc-type StreamInterface<Value> could not be parsed: Expected "|" or "end of type", but got "<" at position 15. (view supported doc-types)
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.
Loading history...
21
*/
22
1
public function __invoke(Method $method, Str $arguments): StreamInterface
23
{
24
switch (true) {
25
1
case Methods::get('tx.select-ok')->equals($method):
26
$visit = $this->selectOk();
27
break;
28
29
case Methods::get('tx.commit-ok')->equals($method):
30
$visit = $this->commitOk();
31
break;
32
33
case Methods::get('tx.rollback-ok')->equals($method):
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.