dbudwin / RoboHome-Web

RoboHome-Web is the codebase that represents the frontend of the RoboHome project. The web interface provides a way to create users, add and manage devices, and an additional way to control devices. :robot: :house_with_garden:
GNU General Public License v3.0
8 stars 17 forks source link

Update all usages of faker's randomDigit to randomNumber #118

Open smithandre opened 7 years ago

smithandre commented 7 years ago

Updating all usages of faker's randomDigit to randomNumber

Description

Changed all usages of Faker's randomDigit to randomNumber

Motivation and Context

A stab at solving https://github.com/dbudwin/RoboHome-Web/issues/94

How Has This Been Tested?

I executed PHPuni tests locally

Screenshots (if appropriate):

Types of changes

Checklist:

dbudwin commented 7 years ago

Thanks for looking into this. A few housekeeping items first. Can you please open up a pull request from a branch that isn't master and can you also squash your two commits together to remove your internal merge commit. Also please be sure to check the appropriate boxes with an "X" for "Types of changes" and "Checklist" section in your PR description.

https://github.com/dbudwin/RoboHome-Web/blob/master/CONTRIBUTING.md#making-changes