| @@ -1,6 +1,5 @@ | ||
| 1 | 1 | <?php |
| 2 | -// phpcs:ignoreFile -- Bundled third-party (Mozart) dependency; exempt from plugin coding standards. | |
| 3 | 2 | |
| 4 | 3 | declare(strict_types=1); |
| 5 | 4 | |
| 6 | 5 | namespace WPDeveloper\BetterDocs\Dependencies\DI; |
| @@ -94,11 +93,11 @@ | ||
| 94 | 93 | * |
| 95 | 94 | * @param ContainerInterface $wrapperContainer If the container is wrapped by another container. |
| 96 | 95 | */ |
| 97 | 96 | public function __construct( |
| 98 | - ?MutableDefinitionSource $definitionSource = null, | |
| 99 | - ?ProxyFactory $proxyFactory = null, | |
| 100 | - ?ContainerInterface $wrapperContainer = null | |
| 97 | + MutableDefinitionSource $definitionSource = null, | |
| 98 | + ProxyFactory $proxyFactory = null, | |
| 99 | + ContainerInterface $wrapperContainer = null | |
| 101 | 100 | ) { |
| 102 | 101 | $this->delegateContainer = $wrapperContainer ?: $this; |
| 103 | 102 | |
| 104 | 103 | $this->definitionSource = $definitionSource ?: $this->createDefaultDefinitionSource(); |