Skip to content

Commit 5461f67

Browse files
authored
Remove unused function
1 parent 08ee8ee commit 5461f67

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

spec/Vivait/StringGeneratorBundle/Generator/UuidGeneratorSpec.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ function it_is_initializable()
1111
$this->shouldHaveType('Vivait\StringGeneratorBundle\Generator\UuidGenerator');
1212
}
1313

14-
function let()
15-
{
16-
17-
}
18-
1914
function it_should_throw_an_exception_when_no_namespace_on_version_3()
2015
{
2116
$this->setVersion(3);
@@ -68,4 +63,4 @@ function getMatchers()
6863
}
6964
];
7065
}
71-
}
66+
}

0 commit comments

Comments
 (0)