Skip to content

Commit bccdffc

Browse files
committed
Update docblocks to match reality
1 parent 0dcd4ef commit bccdffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Core/Config/SniffsExcludeArgsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function testInvalid($argument, $value, $errors, $suggestion)
6868
* Data provider for testInvalid().
6969
*
7070
* @see self::testInvalid()
71-
* @return array<string, array<string, string>>
71+
* @return array<string, array<string, string, string[], string>>
7272
*/
7373
public static function dataInvalidSniffs()
7474
{
@@ -203,7 +203,7 @@ public function testValid($argument, $value, $result)
203203
* Data provider for testValid().
204204
*
205205
* @see self::testValid()
206-
* @return array<string, array<string, string>>
206+
* @return array<string, array<string, string, string[]>
207207
*/
208208
public static function dataValidSniffs()
209209
{

0 commit comments

Comments
 (0)