Taner

Results 2 issues of Taner

## Summary Add option `use_generics_annotations` for collection type hints Before: ``` * @property-read \Illuminate\Database\Eloquent\Collection|Simple[] $regularHasMany ``` After: ``` * @property-read \Illuminate\Database\Eloquent\Collection $regularHasMany ``` I feel this is is a useful...

- phpunit 9 - package upgrades - usage of newer php syntax and features As this repo seems dormant, I am maintaining a fork here: https://github.com/tanerkay/php-kata