Skip to content

Commit 51332b7

Browse files
committed
UTF-8
1 parent 0a29c00 commit 51332b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Helper/FordelingskomponentHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ private function getTransactionContext(
625625
// @see https://rimi-itk.github.io/digitaliseringskataloget.dk/digitaliseringskataloget.dk/sf1415/0.6/Integrationsbeskrivelse_SF1415.pdf#page=16
626626
// @todo Generate classes from resources/ServiceContract-SFTP-20230926/xsd/SFTPTypes.xsd.
627627
private const string TRIGGER_FILE_TEMPLATE = <<<'XML'
628-
<?xml version="1.0"?>
628+
<?xml version="1.0" encoding="UTF-8"?>
629629
<ns2:Trigger xmlns:ns2="http://serviceplatformen.dk/xml/wsdl/soap11/SFTP/1/types">
630630
<FileDescriptor>
631631
<FileName/>

src/Settings/AbstractSettings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function apply(array $values, bool $throwExceptionOnMissingProperty = FAL
114114
/**
115115
* Convert settings to array.
116116
*/
117-
public function toArray(bool $recursive = true): array {
117+
public function toArray(bool $recursive = TRUE): array {
118118
$values = $this->values;
119119

120120
if ($recursive) {

0 commit comments

Comments
 (0)