Skip to content

Commit

Permalink
Update example to work with RavenDB PHP library v5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alxsabo committed Apr 19, 2023
1 parent 69bd8f8 commit dc36f30
Show file tree
Hide file tree
Showing 2 changed files with 800 additions and 624 deletions.
2 changes: 1 addition & 1 deletion app/Domain/Task/TaskArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function __construct()
parent::__construct(Task::class);
}

public static function fromArray(array $data, $nullAllowed = false): TaskArray
public static function fromArray(array $data, bool $nullAllowed = false): static
{
$sa = new TaskArray();

Expand Down
Loading

0 comments on commit dc36f30

Please sign in to comment.