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:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user