hisorange / browser-detect

Browser Detection for Laravel by hisorange!
https://browser-detect.com
MIT License
1.09k stars 144 forks source link

feat: Add `@method` to the `Facade.php` file to support static analysers #178

Closed xiCO2k closed 3 years ago

xiCO2k commented 3 years ago

This PR solves an issue when running a static analyser on the code, for example with phpstan I was getting this errors:

image

Hope it helps.

hisorange commented 3 years ago

Danke <3