czim / laravel-repository

Repository pattern implementation for Laravel
MIT License
51 stars 19 forks source link

PHP cs: add visibility on functions in tests. #20

Closed Tjoosten closed 3 years ago

Tjoosten commented 3 years ago

Hey @czim

With this PR i added the public visibility to the function in the unit tests. Because according to the PSR-2 there needs to be a visibility added to each function.

Kind regards, Tim Joosten

czim commented 3 years ago

Thanks!