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);
}
/** @return array<int, array{0:string, 1:string} */
/** @return array<int, array{0:string, 1:string}> */
public function data()
{
$data = [];