mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Ignore invalid docblock in tests
This commit is contained in:
parent
f77cb47528
commit
79effc4ae2
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user