← All changes
|
includes/Dependencies/DI/Definition/Source/DefinitionArray.php
+1
-1
4.8.2
→
3.8.9
View file →
| @@ -39,9 +39,9 @@ | ||
| 39 | 39 | |
| 40 | 40 | /** |
| 41 | 41 | * @param array $definitions |
| 42 | 42 | */ |
| 43 | - public function __construct(array $definitions = [], ?Autowiring $autowiring = null) | |
| 43 | + public function __construct(array $definitions = [], Autowiring $autowiring = null) | |
| 44 | 44 | { |
| 45 | 45 | if (isset($definitions[0])) { |
| 46 | 46 | throw new \Exception('The PHP-WPDeveloper\BetterDocs\Dependencies\DI definition is not indexed by an entry name in the definition array'); |
| 47 | 47 | } |