1
0
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:
Aidan Woods 2019-06-16 21:33:55 +01:00
parent 7b1389b48b
commit 298b319d96
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -66,7 +66,7 @@ class ParsedownTest extends TestCase
$this->assertEquals($expectedMarkup, $actualMarkup); $this->assertEquals($expectedMarkup, $actualMarkup);
} }
/** @return array<int, array{0:string, 1:string} */ /** @return array<int, array{0:string, 1:string}> */
public function data() public function data()
{ {
$data = []; $data = [];