Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 7885107

Browse files
committed
SUPP0RT-596: Applied coding standards
1 parent 692b3ef commit 7885107

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
"os2forms/os2forms": "^3.0",
4444
"itk-dev/os2forms_cpr_lookup": "^1.6"
4545
},
46-
"autoload": {
47-
"Drupal\\os2forms_digital_post\\": "src/"
48-
},
4946
"require-dev": {
5047
"wsdltophp/packagegenerator": "^4.0",
5148
"drupal/coder": "^8.3",

src/Helper/WebformHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ public function getTemplateContext(WebformSubmissionInterface $webformSubmission
114114
* @param array $handlerConfiguration
115115
* Handler config.
116116
*
117-
* @throws \Drupal\os2forms_digital_post\Exception\CprElementNotFoundInSubmissionException
118-
* @throws \Drupal\os2forms_digital_post\Exception\SubmissionNotFoundException
119117
* @throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException
120118
* @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException
119+
* @throws \Drupal\os2forms_digital_post\Exception\CprElementNotFoundInSubmissionException
120+
* @throws \Drupal\os2forms_digital_post\Exception\SubmissionNotFoundException
121121
* @throws \ItkDev\Serviceplatformen\Service\Exception\ServiceException
122122
*/
123123
public function sendDigitalPost(string $submissionId, array $handlerConfiguration) {

0 commit comments

Comments
 (0)