Andrew Belcher

Results 4 comments of Andrew Belcher

I think I've spotted the issue here. I'm guessing it is a change/break upstream, but the issue is that if the class being reflected is actually the interface itself: ```php...

(Possibly more suitable for a separate issue) `FieldItemListPropertyReflection` has the following: ``` // @todo use the class reflection and be more specific about handled properties. // Currently \PHPStan\Reflection\EntityFieldReflection::getType always passes...

Actually, just found https://github.com/mglaman/phpstan-drupal/issues/404 which I think is where this would actually be fixed...

So this is an example workflow: ```yaml name: osnap jobs: osnap: runs-on: ubuntu-latest name: Run OSnap tests container: osnap/debian:latest steps: # Various steps to get the app running locally... -...