Skip to content

Commit 55c1874

Browse files
committed
Fix rector errors
1 parent a14623d commit 55c1874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Tag/Content/OptionalTypeParserApplicator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function __invoke(Content $lexer): ?TypeStatement
3232
{
3333
try {
3434
$type = $this->parser->parse($lexer->value);
35-
} catch (ParserExceptionInterface $e) {
35+
} catch (ParserExceptionInterface) {
3636
return null;
3737
}
3838

0 commit comments

Comments
 (0)