| @@ -1,4 +1,6 @@ | ||
| 1 | +<?php // phpcs:ignoreFile -- Bundled third-party (Mozart) dependency; exempt from plugin coding standards. | |
| 2 | +if ( ! defined( 'ABSPATH' ) ) { exit; } // Prevent direct file access (output-neutral: emits nothing into the generated container). ?> | |
| 1 | 3 | /** |
| 2 | 4 | * This class has been auto-generated by PHP-DI. |
| 3 | 5 | */ |
| 4 | 6 | class <?=$this->containerClass; ?> extends <?=$this->containerParentClass; ?> |