barryvdh / laravel-ide-helper

IDE Helper for Laravel
MIT License
14.17k stars 1.16k forks source link

Handle PHP 8 Attributes #1275

Open tminich opened 2 years ago

tminich commented 2 years ago

Summary

Wenn generating _ide_helper.php PHP 8 attributes of methods of facaded services are currently ignored. These should be copied over (especially #[Pure] leads to wrong complaints of PHPStrom and Psalm if it's missing).