mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Increase PHPStan levels and update code to resolve issues found
This commit is contained in:
@@ -48,9 +48,7 @@ class DefaultTimeGeneratorTest extends TestCase
|
||||
protected function tearDown(): void
|
||||
{
|
||||
parent::tearDown();
|
||||
$this->timeProvider = null;
|
||||
$this->nodeProvider = null;
|
||||
$this->timeConverter = null;
|
||||
unset($this->timeProvider, $this->nodeProvider, $this->timeConverter);
|
||||
Mockery::close();
|
||||
AspectMock::clean();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user