← All changes
|
includes/Dependencies/DI/Definition/Source/DefinitionFile.php
+1
-2
4.9.2
→
3.5.3
View file →
| @@ -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\Definition\Source; |
| @@ -25,9 +24,9 @@ | ||
| 25 | 24 | |
| 26 | 25 | /** |
| 27 | 26 | * @param string $file File in which the definitions are returned as an array. |
| 28 | 27 | */ |
| 29 | - public function __construct($file, ?Autowiring $autowiring = null) | |
| 28 | + public function __construct($file, Autowiring $autowiring = null) | |
| 30 | 29 | { |
| 31 | 30 | // Lazy-loading to improve performances |
| 32 | 31 | $this->file = $file; |
| 33 | 32 | |