1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-03 20:02:33 +02:00

Ignore invalid docblock in tests

This commit is contained in:
Aidan Woods
2021-12-08 20:35:46 +00:00
parent f77cb47528
commit 79effc4ae2

View File

@@ -15,6 +15,7 @@ final class BlockTypesTest extends TestCase
* @return void
* @throws \PHPUnit\Framework\ExpectationFailedException
* @throws \SebastianBergmann\RecursionContext\InvalidArgumentException
* @psalm-suppress InvalidDocblock
*/
public function testAddingTypes()
{