mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-19 00:08:37 +00:00
PHPstan on test code
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user