Upgrade to rc5
This commit is contained in:
@@ -96,7 +96,7 @@ class Field
|
||||
* @param string $key
|
||||
* @param mixed $value
|
||||
*/
|
||||
public function __construct($parent = null, string $key, $value)
|
||||
public function __construct(?object $parent, string $key, $value)
|
||||
{
|
||||
$this->key = $key;
|
||||
$this->value = $value;
|
||||
|
Reference in New Issue
Block a user