Skip to content

Commit

Permalink
Add missing nullable to return type
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Feb 8, 2019
1 parent 2cc47d3 commit 362f194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QrBill.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static function create(): self
return $qrBill;
}

public function getHeader(): Header
public function getHeader(): ?Header
{
return $this->header;
}
Expand Down

0 comments on commit 362f194

Please sign in to comment.