Skip to content

Commit 0721ccf

Browse files
author
Kirill Nesmeyanov
committed
Add more known issues
1 parent 114e63e commit 0721ccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Functional/LinterStubs/LinterStubsTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ public function testThrowsStatementsIsCorrectlyRecognized(TagInterface $tag): vo
223223
{
224224
// TODO Known phpdoc parser issue for html-tagged descriptions
225225
$this->skipInCaseOfReasonPhraseContains($tag, 'SolrServerException <p>');
226+
$this->skipInCaseOfReasonPhraseContains($tag, 'ArithmeticError <p>');
226227

227228
self::assertInstanceOf(Standard\ThrowsTag::class, $tag,
228229
message: self::getReasonPhrase($tag),

0 commit comments

Comments
 (0)