| Total Complexity | 1 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | #[Attribute(Attribute::TARGET_CLASS)] |
||
| 24 | #[NamedArgumentConstructor()] |
||
| 25 | final class GuardNamespace |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * @Annotation\Attribute(name="namespace", type="string", required=true) |
||
| 29 | * @type string |
||
| 30 | */ |
||
| 31 | public $namespace; |
||
| 32 | |||
| 33 | public function __construct(string $namespace) |
||
| 38 |