mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Fix malformed return type
This commit is contained in:
parent
7b1389b48b
commit
298b319d96
@ -66,7 +66,7 @@ class ParsedownTest extends TestCase
|
||||
$this->assertEquals($expectedMarkup, $actualMarkup);
|
||||
}
|
||||
|
||||
/** @return array<int, array{0:string, 1:string} */
|
||||
/** @return array<int, array{0:string, 1:string}> */
|
||||
public function data()
|
||||
{
|
||||
$data = [];
|
||||
|
Loading…
Reference in New Issue
Block a user