Skip to content

Commit

Permalink
added nullable validation fields which are triggering an error
Browse files Browse the repository at this point in the history
  • Loading branch information
DaDeather committed Mar 29, 2018
1 parent 712b670 commit ed6be1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AmazonAlexaService.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ public function __construct(string $alexaSkillAppId, SerializerInterface $serial
* @throws ValidationException
*/
public function validateIncomingRequest(
string $signatureCertChainUrl,
string $signature,
?string $signatureCertChainUrl,
?string $signature,
string $rawJsonRequest,
Request $alexaRequest
): bool {
Expand Down

0 comments on commit ed6be1f

Please sign in to comment.