Laravel-Backpack / CRUD

Build custom admin panels. Fast!
https://backpackforlaravel.com
MIT License
3.11k stars 890 forks source link

Fix doc blocks in Traits\Settings #5505

Closed pxpm closed 5 months ago

pxpm commented 5 months ago

I didn't added typed parameters because they are public methods and that would be a BC.

I think next version is the version everything becomes typed, I hope! There is no sense in using @docBlocks in 2024 to ensure basic type enforcing like arrays or strings.