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:
@@ -44,9 +44,7 @@ class StringCodecTest extends TestCase
|
||||
protected function tearDown(): void
|
||||
{
|
||||
parent::tearDown();
|
||||
$this->builder = null;
|
||||
$this->uuid = null;
|
||||
$this->fields = null;
|
||||
unset($this->builder, $this->uuid, $this->fields);
|
||||
}
|
||||
|
||||
public function testEncodeUsesFieldsArray()
|
||||
|
||||
Reference in New Issue
Block a user