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

6 lines
158 B
PHP

<?php declare(strict_types = 1);
use MailPoet\Migrator\Migrator;
throw new Exception(sprintf('This file should not be processed by %s.', Migrator::class));