mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-24 17:35:57 +03:00
Fix coding standards and coverage issues
This commit is contained in:
@@ -22,7 +22,7 @@ class GuidStringCodecTest extends TestCase
|
||||
/** @var array */
|
||||
private $fields;
|
||||
|
||||
protected function set_up()
|
||||
protected function set_up() // phpcs:ignore
|
||||
{
|
||||
parent::set_up();
|
||||
$this->builder = $this->getMockBuilder('Ramsey\Uuid\Builder\UuidBuilderInterface')->getMock();
|
||||
@@ -35,7 +35,7 @@ class GuidStringCodecTest extends TestCase
|
||||
'node' => '1234abcd4321'];
|
||||
}
|
||||
|
||||
protected function tear_down()
|
||||
protected function tear_down() // phpcs:ignore
|
||||
{
|
||||
parent::tear_down();
|
||||
$this->builder = null;
|
||||
|
||||
Reference in New Issue
Block a user