flipboxstudio / lumen-generator

A Lumen Generator You Are Missing
https://packagist.org/packages/flipbox/lumen-generator
MIT License
822 stars 126 forks source link

Clean up if conditions #46

Closed svenluijten closed 5 years ago

svenluijten commented 5 years ago

This PR cleans up some of the if cconditions used in the commands. Instead of using else everywhere, we can also just return early (in the first "branch" of the if statement), and remove the else statement entirely.