Files
piratepoet/mailpoet/tests/unit/DI/TestService.php
Jan Jakes 82aeb89854 Use strict types in tests
[MAILPOET-2688]
2022-11-29 15:04:09 +01:00

8 lines
86 B
PHP

<?php declare(strict_types = 1);
namespace MailPoet\Test\DI;
class TestService {
}