1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix bad docblock in test

This commit is contained in:
Brown 2018-11-16 11:15:40 -05:00
parent 425b6321aa
commit d94a7519f5

View File

@ -48,7 +48,7 @@ class TemporaryUpdateTest extends \Psalm\Tests\TestCase
* @dataProvider providerTestErrorFix
*
* @param array<int, array<string, string>> $file_stages
* @param array<int, int> $error_positions
* @param array<int, array<int>> $error_positions
* @param array<string, string> $error_levels
*
* @return void