composeer update
This commit is contained in:
2
vendor/phpunit/php-timer/tests/TimerTest.php
vendored
2
vendor/phpunit/php-timer/tests/TimerTest.php
vendored
@@ -112,7 +112,7 @@ final class TimerTest extends TestCase
|
||||
/**
|
||||
* @dataProvider bytesProvider
|
||||
*/
|
||||
public function testCanFormatBytesAsString(string $string, int $bytes): void
|
||||
public function testCanFormatBytesAsString(string $string, float $bytes): void
|
||||
{
|
||||
$this->assertEquals($string, Timer::bytesToString($bytes));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user