We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee9256 commit e966306Copy full SHA for e966306
Config.php
@@ -80,7 +80,7 @@ class Config extends Arguments implements Configuration
80
*/
81
public function __construct(
82
public string $root = '',
83
- Data $defaults = null)
+ Data|null $defaults = null)
84
{
85
parent::__construct($defaults?->toArray() ?? []);
86
$this->root = $root ?: getcwd();
0 commit comments