Skip to content

Commit

Permalink
strict types update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Nov 19, 2024
1 parent 0fbb591 commit 9a02122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mServer/Bank.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function create($data): void
*
* @return int
*/
public function takeData($data)
public function takeData($data): int
{
$summaryData = [];
\Ease\Functions::divDataArray($data, $summaryData, 'roundingDocument');
Expand Down
2 changes: 1 addition & 1 deletion src/mServer/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class Client extends \Ease\Sand
*/
protected Pohoda $pohoda;
/**
* @var bool|\CurlHandle|resource $curl
* @var resource $curl
*/
private $curl;

Expand Down

0 comments on commit 9a02122

Please sign in to comment.