Skip to content

Commit 03df029

Browse files
author
Michael Duergner
committed
Fixing broken build
1 parent dc239c4 commit 03df029

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/EDI/Interpreter.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Interpreter
4040
];
4141

4242
/**
43-
*
43+
* @var bool
4444
*/
4545
private $patchFiles = true;
4646

@@ -123,6 +123,11 @@ public function __construct(string $xmlMsg, array $xmlSeg, array $xmlSvc, array
123123
};
124124
}
125125

126+
/**
127+
* @param bool $flag
128+
*
129+
* @return void
130+
*/
126131
public function togglePatching(bool $flag)
127132
{
128133
$this->patchFiles = $flag;

0 commit comments

Comments
 (0)