Skip to content
Snippets Groups Projects
Commit 026ac735 authored by Dhruv Mittal's avatar Dhruv Mittal Committed by Stephen Lucero
Browse files

Issue #3511524 by dhruv.mittal, firewaller: Resolve "Warning: var_export does...

Issue #3511524 by dhruv.mittal, firewaller: Resolve "Warning: var_export does not handle circular references"
parent 516b3869
Branches
Tags
1 merge request!147Issue #3511524: Resolve "Warning: var_export does not handle circular references."
Pipeline #459803 failed
......@@ -212,8 +212,8 @@ class PatternFieldProcessorPluginManager extends DefaultPluginManager implements
[
'%key' => $key,
'%path' => $valuePath,
'@propertyValue' => var_export($value, TRUE),
'@values' => var_export($values, TRUE),
'@propertyValue' => json_encode($value, JSON_PRETTY_PRINT),
'@values' => json_encode($values, JSON_PRETTY_PRINT),
]
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment