-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ class ScanGateway extends Gateway | |
* @author yansongda <[email protected]> | ||
* | ||
* @param string $endpoint | ||
* @param array $payload | ||
* @param array $payload | ||
* | ||
* @throws GatewayException | ||
* @throws InvalidConfigException | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,9 @@ class WebGateway extends Gateway | |
* @author yansongda <[email protected]> | ||
* | ||
* @param string $endpoint | ||
* @param array $payload | ||
* | ||
* @throws InvalidConfigException | ||
* @param array $payload | ||
* | ||
* @throws InvalidConfigException * | ||
* @throws InvalidArgumentException | ||
* @return Response | ||
*/ | ||
|