Pawel Trauth

Results 4 issues of Pawel Trauth

### Versions: - ide-helper Version: 2.9.2, but exists on 2.10 as well - Laravel Version: 8.51.0 - PHP Version: 8.0.8 ### Description: When using a cast that implements CastsAttributes interface,...

bug

Hello, I recently encountered an issue with history.js on one of my projects - basically the gist of it is that every link that has /.? in its hash is...

**Is your feature request related to a problem? Please describe.** When investigating an issue that was ultimately reported on https://github.com/barryvdh/laravel-ide-helper/issues/1236 I've found that, within psalm plugin, `php artisan ide-helper:models` command...

enhancement

Consider a response that shouldn't contain an element of certain format, ie ``` { data: { fields: [{ id: 'foo'}] } } ``` is ok, but ``` { data: {...