We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfcf1f commit cb37261Copy full SHA for cb37261
src/aleksip/DataTransformPlugin/DataTransformer.php
@@ -36,9 +36,11 @@ public function run(Renderer $renderer)
36
}
37
$this->renderer = $renderer;
38
// Process global data.
39
+ DataTransformPlugin::writeInfo('processing global data');
40
$dataStore = $this->processData(Data::get());
41
Data::replaceStore($dataStore);
42
// Process pattern specific data.
43
+ DataTransformPlugin::writeInfo('processing pattern specific data');
44
foreach (array_keys($this->patternDataStore) as $pattern) {
45
$this->currentPattern = $pattern;
46
$this->processPattern($pattern);
0 commit comments