mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-17 16:26:51 +03:00
Fix coding standards and coverage issues
This commit is contained in:
@@ -18,7 +18,7 @@ class TimestampFirstCombCodecTest extends TestCase
|
||||
*/
|
||||
private $builderMock;
|
||||
|
||||
protected function set_up()
|
||||
protected function set_up() // phpcs:ignore
|
||||
{
|
||||
parent::set_up();
|
||||
$this->builderMock = $this->getMockBuilder('Ramsey\Uuid\Builder\UuidBuilderInterface')->getMock();
|
||||
|
||||
Reference in New Issue
Block a user