PHPstan on test code

This commit is contained in:
2023-08-04 07:03:28 +00:00
parent ed665e755c
commit 9acc3bbeab
5 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ use DNW\Skills\RankSorter;
class RankSorterTest extends TestCase
{
public function testSort()
public function testSort(): void
{
$team1 = ['a' => 1, 'b' => 2];
$team2 = ['c' => 3, 'd' => 4];