Skip to content

Commit

Permalink
Use more specific return type shape in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fredden committed May 6, 2024
1 parent bd249fb commit e92830d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Core/Config/SniffListValidationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function testInvalid($argument, $value, $message)
* Data provider for testInvalid().
*
* @see self::testInvalid()
* @return array
* @return array<array<string>>
*/
public static function dataInvalidSniffs()
{
Expand Down Expand Up @@ -135,7 +135,7 @@ public function testValid($argument, $value)
* Data provider for testValid().
*
* @see self::testValid()
* @return array
* @return array<array<string>>
*/
public static function dataValidSniffs()
{
Expand Down

0 comments on commit e92830d

Please sign in to comment.