michaeldyrynda / laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models
MIT License
451 stars 47 forks source link

Update scopeWhereUuid to reflect both types #90

Closed d3v1 closed 4 years ago

d3v1 commented 4 years ago

I've been running some static analysis tools over a project I'm working on and they've highlighted an issue in the PHPDoc on the scopeWhereUuid method. The $uuid can be either a string or an array

I realise this is a pedantic one, I thought it might help other people running into the same warning

Thanks for this amazing library 😀