Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksip committed Aug 9, 2016
2 parents 0c48feb + 5922d06 commit 46c7e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleksip/DataTransformPlugin/DataTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ protected function processPattern($pattern)
) {
return;
}
$this->setProcessed($pattern);
$patternSpecificData =
$this->processData(Data::getPatternSpecificData($pattern))
;
Expand All @@ -67,7 +68,6 @@ protected function processPattern($pattern)
}
Data::initPattern($pattern);
Data::setPatternData($pattern, $patternSpecificData);
$this->setProcessed($pattern);
}

protected function processData($data)
Expand Down

0 comments on commit 46c7e01

Please sign in to comment.