mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-19 08:18:38 +00:00
Refactoring for PHP8.2
This commit is contained in:
@ -7,7 +7,7 @@ use DNW\Skills\Tests\TestCase;
|
||||
|
||||
class BasicMathTest extends TestCase
|
||||
{
|
||||
public function testSquare()
|
||||
public function testSquare(): void
|
||||
{
|
||||
$this->assertEquals(1, BasicMath::square(1));
|
||||
$this->assertEquals(1.44, BasicMath::square(1.2));
|
||||
|
Reference in New Issue
Block a user