Changeset 887 for trunk/Modules/FinanceBankAPI/FioAPI.php
- Timestamp:
- Nov 20, 2020, 12:08:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FinanceBankAPI/FioAPI.php
r874 r887 23 23 } 24 24 25 function Import( $TimeFrom, $TimeTo)25 function Import(int $TimeFrom, int $TimeTo): array 26 26 { 27 27 if ($this->Token == '') throw new Exception('Missing value for Token property.'); … … 101 101 } 102 102 103 function NoValidDataError( $Response)103 function NoValidDataError(array $Response): void 104 104 { 105 105 // Try to get error message
Note:
See TracChangeset
for help on using the changeset viewer.