barryvdh / laravel-ide-helper

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

Use int/bool instead of longer variant #1524

Closed barryvdh closed 7 months ago

barryvdh commented 7 months ago

Summary

Use the short variants, int and bool. This is more like the official types and defaults in Laravel.

Type of change

Checklist

barryvdh commented 7 months ago

Master is currently 3.x yes