Skip to content

Commit

Permalink
Merge pull request #122 from digital-blueprint/renovate/lock-file-mai…
Browse files Browse the repository at this point in the history
…ntenance

chore(deps): lock file maintenance
  • Loading branch information
lazka authored Mar 21, 2024
2 parents b22ba10 + f1050ec commit 05a60b6
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 45 deletions.
53 changes: 26 additions & 27 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions src/PdfAsSoapClient/PDFASSigningImplService.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ class PDFASSigningImplService extends PDFASBaseService
* @var array The defined classes
*/
private static $classmap = [
'SignRequest' => __NAMESPACE__.'\\SignRequest',
'SignParameters' => __NAMESPACE__.'\\SignParameters',
'PropertyMap' => __NAMESPACE__.'\\PropertyMap',
'PropertyEntry' => __NAMESPACE__.'\\PropertyEntry',
'SignResponse' => __NAMESPACE__.'\\SignResponse',
'VerificationResponse' => __NAMESPACE__.'\\VerificationResponse',
'BulkSignRequest' => __NAMESPACE__.'\\BulkSignRequest',
'BulkSignResponse' => __NAMESPACE__.'\\BulkSignResponse',
'SignRequest' => __NAMESPACE__.'\\SignRequest',
'SignParameters' => __NAMESPACE__.'\\SignParameters',
'PropertyMap' => __NAMESPACE__.'\\PropertyMap',
'PropertyEntry' => __NAMESPACE__.'\\PropertyEntry',
'SignResponse' => __NAMESPACE__.'\\SignResponse',
'VerificationResponse' => __NAMESPACE__.'\\VerificationResponse',
'BulkSignRequest' => __NAMESPACE__.'\\BulkSignRequest',
'BulkSignResponse' => __NAMESPACE__.'\\BulkSignResponse',
];

/**
Expand All @@ -44,11 +44,11 @@ public function __construct(string $location, int $connection_timeout = -1, bool
$wsdl_uri = 'file://'.implode('/', array_map('rawurlencode', explode('/', $wsdl_path)));

$options = array_merge([
'features' => SOAP_SINGLE_ELEMENT_ARRAYS,
'cache_wsdl' => WSDL_CACHE_NONE,
'location' => $location,
'trace' => $trace,
], $options);
'features' => SOAP_SINGLE_ELEMENT_ARRAYS,
'cache_wsdl' => WSDL_CACHE_NONE,
'location' => $location,
'trace' => $trace,
], $options);
\SoapClient::__construct($wsdl_uri, $options);
}

Expand Down
10 changes: 5 additions & 5 deletions src/PdfAsSoapClient/PDFASVerificationImplService.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ class PDFASVerificationImplService extends PDFASBaseService
* @var array The defined classes
*/
private static $classmap = [
'VerifyRequest' => __NAMESPACE__.'\\VerifyRequest',
'PropertyMap' => __NAMESPACE__.'\\PropertyMap',
'PropertyEntry' => __NAMESPACE__.'\\PropertyEntry',
'VerifyResponse' => __NAMESPACE__.'\\VerifyResponse',
'VerifyResult' => __NAMESPACE__.'\\VerifyResult',
'VerifyRequest' => __NAMESPACE__.'\\VerifyRequest',
'PropertyMap' => __NAMESPACE__.'\\PropertyMap',
'PropertyEntry' => __NAMESPACE__.'\\PropertyEntry',
'VerifyResponse' => __NAMESPACE__.'\\VerifyResponse',
'VerifyResult' => __NAMESPACE__.'\\VerifyResult',
];

/**
Expand Down

0 comments on commit 05a60b6

Please sign in to comment.