artesaos / seotools

SEO Tools for Laravel
MIT License
3.12k stars 506 forks source link

Update PHPDoc methods of Facades #304

Closed chescos closed 1 year ago

chescos commented 1 year ago

The PHPDoc method parameter types of some Facades are outdated. This breaks compatibility with static analysis tools like PHPStan.

This PR simply syncs the PHPDoc of the Fades with the PHPDoc of the Contracts.

Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Tests pass? ✔️
J-Brk commented 1 year ago

Thank you for your contribution!

chescos commented 1 year ago

Hey, any way to get this merged?