fix tests

This commit is contained in:
David Remer 2020-09-14 07:51:45 +03:00
parent 6db0a457bf
commit 7445c91ed7
37 changed files with 199 additions and 190 deletions

View file

@ -62,7 +62,7 @@ class Amount {
*
* @return AmountBreakdown|null
*/
public function breakdown(): AmountBreakdown {
public function breakdown() {
return $this->breakdown;
}