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 4963d6c commit e6310dbCopy full SHA for e6310db
1 file changed
src/ActiveRecord.php
@@ -148,7 +148,7 @@ public function __construct(array $props = null)
148
* @param array свойства модели
149
* @return self
150
*/
151
- public function fill(array $props = null): ActiveRecord
+ public function fill(array $props): ActiveRecord
152
{
153
foreach ($props as $name => $value) {
154
$this->$name = $value;
0 commit comments