@@ -49,7 +49,7 @@ |
||
49 | 49 | } |
50 | 50 | |
51 | 51 | /** |
52 | - * @return mixed |
|
52 | + * @return string |
|
53 | 53 | */ |
54 | 54 | public function getMonetaryValue() |
55 | 55 | { |
@@ -616,7 +616,4 @@ |
||
616 | 616 | { |
617 | 617 | $this->declarationStatement = $statement; |
618 | 618 | |
619 | - return $this; |
|
620 | - } |
|
621 | ->>>>>>> develop |
|
622 | -} |
|
619 | + return $this |
|
623 | 620 | \ No newline at end of file |