Skip to content

Commit 46c7e01

Browse files
committed
Merge branch 'dev'
2 parents 0c48feb + 5922d06 commit 46c7e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleksip/DataTransformPlugin/DataTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ protected function processPattern($pattern)
5353
) {
5454
return;
5555
}
56+
$this->setProcessed($pattern);
5657
$patternSpecificData =
5758
$this->processData(Data::getPatternSpecificData($pattern))
5859
;
@@ -67,7 +68,6 @@ protected function processPattern($pattern)
6768
}
6869
Data::initPattern($pattern);
6970
Data::setPatternData($pattern, $patternSpecificData);
70-
$this->setProcessed($pattern);
7171
}
7272

7373
protected function processData($data)

0 commit comments

Comments
 (0)