Release 2.12 (#4609)
This commit is contained in:
@@ -24,7 +24,7 @@ use Symfony\Contracts\Translation\TranslatorInterface;
|
||||
*/
|
||||
class UserExporterTest extends TestCase
|
||||
{
|
||||
public function testExport()
|
||||
public function testExport(): void
|
||||
{
|
||||
$spreadsheetExporter = new SpreadsheetExporter($this->createMock(TranslatorInterface::class));
|
||||
$annotationExtractor = new AnnotationExtractor();
|
||||
|
||||
Reference in New Issue
Block a user