Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Issue 111 #112

Merged
merged 1 commit into from
Aug 9, 2016
Merged

Issue 111 #112

merged 1 commit into from
Aug 9, 2016

Conversation

jeanCarloMachado
Copy link
Contributor

Test number of replacements on expression considers when same variable is used many times.

@@ -143,9 +143,13 @@ public function getExpressionData()

// assign locally, escaping % signs
$expression = str_replace(self::PLACEHOLDER, '%s', $expression, $count);
if ($count !== $parametersCount) {

//test number of replacements without considering same variable beign used many times first, which is
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: s/beign/being

@mwillbanks mwillbanks merged commit d8d096c into zendframework:master Aug 9, 2016
mwillbanks added a commit that referenced this pull request Aug 9, 2016
mwillbanks added a commit that referenced this pull request Aug 9, 2016
@mwillbanks mwillbanks added this to the 2.8.2 milestone Aug 9, 2016
@mwillbanks mwillbanks self-assigned this Aug 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants