Fix code style

This commit is contained in:
Art4 2025-01-03 10:13:08 +00:00
parent 82470738e4
commit b47fc318a5
2 changed files with 7 additions and 5 deletions

View file

@ -20,7 +20,9 @@ use Psr\Log\LoggerInterface;
/** /**
* Helper interface to combine AddonBootstrap and DependencyProvider. * Helper interface to combine AddonBootstrap and DependencyProvider.
*/ */
interface CombinedAddonBootstrapDependencyProvider extends AddonBootstrap, DependencyProvider {} interface CombinedAddonBootstrapDependencyProvider extends AddonBootstrap, DependencyProvider
{
}
class AddonProxyTest extends TestCase class AddonProxyTest extends TestCase
{ {