Skip to content

Commit 45b2851

Browse files
committed
1 parent 66278b4 commit 45b2851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/DummyModel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class DummyModel extends Model
2121
/**
2222
* {@inheritdoc}
2323
*/
24-
public function __construct(Result $objResult = null, $data = array())
24+
public function __construct(?Result $objResult = null, $data = array())
2525
{
2626
$this->arrModified = array();
2727
$this->setRow(is_array($data) ? $data : array());

0 commit comments

Comments
 (0)