f64ff9c0b1
Add support for enum default arguments using enum cases ( #1464 )
...
* add case when default value is of type enum
* Update CHANGELOG.md
* add tests for enum arguments default values
* ignore psalm issue (built-in `\UnitEnum` class does not exists in PHP7)
* Update run-static-analysis.yml to use PHP8.1
---------
Co-authored-by: Barry vd. Heuvel <[email protected] >
Co-authored-by: Barry vd. Heuvel <[email protected] >
2024-02-07 21:27:30 +01:00
Alies Lapatsin
9f5670b7e9
Bump Psalm version ( #1410 )
...
SSH facade removed from Laravel 5:
- https://github.com/laravel/framework/tree/v8.83.27/src/Illuminate/Support/Facades
- https://github.com/laravel/framework/tree/v9.48.0/src/Illuminate/Support/Facades
- https://github.com/laravel/framework/tree/10.x/src/Illuminate/Support/Facades
2023-02-04 22:04:01 +01:00
Balázs Váradi
dedd69e8b4
Remove already resolved issue from psalm baseline
2021-03-22 10:03:12 +01:00
Markus Podar
594534ec5a
[PSALM] Update baseline ( #1044 )
...
* composer: add script to set psalm baseline
* composer psalm-set-baseline
2020-09-08 21:52:35 +02:00
feek and mr-feek
545298c44d
[Chore] Introduce psalm ( #962 )
...
* chore: introduce psalm
* chore: remove dead code
* chore: run psalm workflow
* chore: run psalm in grumphp
* normalize composer.json
* chore: analyse --> analyze
* chore: just remove psalm when running tests instead of worrying about dependency mismatch hell
Co-authored-by: mr-feek <[email protected] >
2020-06-22 20:28:59 +02:00