spatie / laravel-enum

Laravel support for spatie/enum
https://spatie.be/open-source
MIT License
337 stars 38 forks source link

Failing tests because of stub whitespaces #49

Closed brendt closed 4 years ago

brendt commented 4 years ago

Hey @Gummibeer I noticed some tests failing over here: https://github.com/spatie/laravel-enum/actions/runs/245897220

Any pointers on how I can fix them? I believe there's just some whitespacing missing in the stub files, but I wanted to check with you first. After those are fixed we'll be able to tag a release for L8

Gummibeer commented 4 years ago

Yeah, seems like the only "problem" is the empty line in the class body. 🤔 Could it be that your IDE "cleaned up" the snapshot file? 🧐🤔 Haven't checked history.

brendt commented 4 years ago

It was phpcs auto formatting them, I fixed it :)