mirror of
https://github.com/danog/psalm.git
synced 2024-12-12 01:09:38 +01:00
put int instead of float
This commit is contained in:
parent
146d02e3e1
commit
bff08670f5
@ -63,7 +63,7 @@ class FakeFileProvider extends FileProvider
|
|||||||
public function registerFile(string $file_path, string $file_contents): void
|
public function registerFile(string $file_path, string $file_contents): void
|
||||||
{
|
{
|
||||||
$this->fake_files[$file_path] = $file_contents;
|
$this->fake_files[$file_path] = $file_contents;
|
||||||
$this->fake_file_times[$file_path] = microtime(true);
|
$this->fake_file_times[$file_path] = (int)microtime(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user