Skip to content

Commit

Permalink
Loosen type hinting
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Aug 14, 2022
1 parent 8097560 commit 3216b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Extendedreport/Form/Report/ExtendedReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,9 @@ public function buildTagFilter(): void {
/**
* Get the report ID if determined.
*
* @return int
* @return int|null
*/
public function getInstanceID(): int {
public function getInstanceID(): ?int {
return $this->_id;
}

Expand Down

0 comments on commit 3216b70

Please sign in to comment.