Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General bug fixes and improvements to the database utility #109

Merged
merged 11 commits into from
May 17, 2017

Conversation

danrwalker
Copy link
Member

No description provided.

@danrwalker danrwalker requested a review from ahosgood May 15, 2017 11:49
@coveralls
Copy link

Coverage Status

Coverage increased (+0.5%) to 29.845% when pulling 3985736 on bugfix-database into c1482f1 on development.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.5%) to 29.837% when pulling a142e74 on bugfix-database into c1482f1 on development.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.6%) to 29.948% when pulling bd727c7 on bugfix-database into c1482f1 on development.

* @param int $intIncrementStep Value to decrease the field by
* @return null New value of the field
*/
public function decrement($strField,$intIncrementStep = 1){
Copy link
Contributor

Choose a reason for hiding this comment

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

$intIncrementStep -> $intStep?

Same for line 163?

Copy link
Member Author

Choose a reason for hiding this comment

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

Will update shortly

@coveralls
Copy link

Coverage Status

Coverage increased (+0.6%) to 29.948% when pulling fe2386a on bugfix-database into c1482f1 on development.

@ahosgood ahosgood merged commit 8561271 into development May 17, 2017
@ahosgood ahosgood deleted the bugfix-database branch May 17, 2017 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants