We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14623d commit 55c1874Copy full SHA for 55c1874
src/Tag/Content/OptionalTypeParserApplicator.php
@@ -32,7 +32,7 @@ public function __invoke(Content $lexer): ?TypeStatement
32
{
33
try {
34
$type = $this->parser->parse($lexer->value);
35
- } catch (ParserExceptionInterface $e) {
+ } catch (ParserExceptionInterface) {
36
return null;
37
}
38
0 commit comments