Skip to content

Commit 68feb3d

Browse files
author
Vítězslav Dvořák
committed
invoice generating response strict type set to bool
1 parent 94ae620 commit 68feb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbraFlexi/Smlouva.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Smlouva extends RW
3535
*
3636
* @return bool
3737
*/
38-
public function generovaniFaktur()
38+
public function generovaniFaktur(): bool
3939
{
4040
$this->performRequest(
4141
($this->getMyKey() ? $this->getMyKey().'/' : '').'generovani-faktur',

0 commit comments

Comments
 (0)