microsoft / php-sdk-binary-tools

Tool kit for building PHP under Windows
BSD 2-Clause "Simplified" License
271 stars 78 forks source link

Don't repeat yourself #54

Closed cmb69 closed 5 years ago

cmb69 commented 5 years ago

Config::getCurrentStabilityName() already retrieves the current stability name, so there is no need to explicitly set it.

weltling commented 5 years ago

Merged. Thanks.