We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2dafe commit 1f6c5d5Copy full SHA for 1f6c5d5
1 file changed
src/aleksip/DataTransformPlugin/DataTransformer.php
@@ -172,6 +172,7 @@ public function renderErrorHandler($errno, $errstr) {
172
173
protected function renderPattern($pattern, $data)
174
{
175
+ $rendered = '';
176
if (isset($this->patternDataStore[$pattern]['patternRaw'])) {
177
foreach (array_keys($data) as $key) {
178
$data = $this->cloneObjects($data, $key);
0 commit comments