oont-contents/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/Attribute/When.php
2025-02-08 15:10:23 +01:00

10 lines
307 B
PHP

<?php
namespace MailPoetVendor\Symfony\Component\DependencyInjection\Attribute;
if (!defined('ABSPATH')) exit;
#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::TARGET_FUNCTION | \Attribute::IS_REPEATABLE)]
class When
{
public function __construct(public string $env)
{
}
}