Fix ErrorTypeTest::data() return phpdoc

This commit is contained in:
2021-03-10 21:16:20 +03:00
parent 2f638b9c75
commit 3e4e8c3802

View File

@ -17,7 +17,7 @@ final class ErrorTypeTest extends TestCase
} }
/** /**
* @return \Generator<int, array<int, Error, bool>> * @return \Generator<int, array{0: Error, 1: bool}>
*/ */
public function data(): Generator public function data(): Generator
{ {