Skip to content

Commit 972ed05

Browse files
ThomasAFinkThomas Fink
andauthored
fix(ZMSKVR-125): cancel email not sending to client in zmscitizenapi (#880)
* clean(ZMSKVR): cleanup zmsclient Http request class * feat(ZMSKVR): refactor citizenapi LoggerService to use zmsslim monolog * fix(ZMSKVR-125): sending cancel appointment email sender address * clean(ZMSKVR-125): remove error_logs * fix(ZMSKVR-125): formatting * clean(ZMSKVR-125): tpying and duplicate code line --------- Co-authored-by: Thomas Fink <[email protected]>
1 parent 4f6155a commit 972ed05

File tree

56 files changed

+403
-396
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+403
-396
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ To run Checks locally in your local docker container:
122122

123123
0. Run all at once:
124124
- `ddev exec "./cli modules loop 'vendor/bin/phpcs --standard=psr12 src/'"`
125+
- `ddev exec "./cli modules loop 'vendor/bin/phpcbf --standard=psr12 src/'"`
125126

126127
1. **Enter the container** (if using DDEV or Docker):
127128
- `ddev ssh`

mellon/src/Mellon/Collection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @package Mellon
45
* @copyright BerlinOnline Stadtportal GmbH & Co. KG

mellon/src/Mellon/Condition.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*/
88
class Condition
99
{
10-
1110
protected $collection = [];
1211

1312
public function __construct(Valid ...$validList)

mellon/src/Mellon/Exception.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @package Mellon
45
* @copyright BerlinOnline Stadtportal GmbH & Co. KG

mellon/src/Mellon/Failure/Exception.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @package Mellon
45
* @copyright BerlinOnline Stadtportal GmbH & Co. KG

mellon/src/Mellon/Failure/Message.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @package Mellon
45
* @copyright BerlinOnline Stadtportal GmbH & Co. KG

mellon/src/Mellon/Failure/MessageList.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @package Mellon
45
* @copyright BerlinOnline Stadtportal GmbH & Co. KG

mellon/src/Mellon/Parameter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @package Mellon
45
* @copyright BerlinOnline Stadtportal GmbH & Co. KG
@@ -12,7 +13,6 @@
1213
*/
1314
abstract class Parameter
1415
{
15-
1616
/**
1717
* value of parameter
1818
*

mellon/src/Mellon/Unvalidated.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @package Mellon
45
* @copyright BerlinOnline Stadtportal GmbH & Co. KG

mellon/src/Mellon/Valid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @package Mellon
45
* @copyright BerlinOnline Stadtportal GmbH & Co. KG
@@ -13,7 +14,6 @@
1314
*/
1415
class Valid extends \BO\Mellon\Parameter
1516
{
16-
1717
/**
1818
* validation errors
1919
*

0 commit comments

Comments
 (0)