We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66278b4 commit 45b2851Copy full SHA for 45b2851
src/Model/DummyModel.php
@@ -21,7 +21,7 @@ class DummyModel extends Model
21
/**
22
* {@inheritdoc}
23
*/
24
- public function __construct(Result $objResult = null, $data = array())
+ public function __construct(?Result $objResult = null, $data = array())
25
{
26
$this->arrModified = array();
27
$this->setRow(is_array($data) ? $data : array());
0 commit comments