dantleech

Results 892 comments of dantleech

I don't get this issue in vs-code ![image](https://github.com/user-attachments/assets/c8c3d891-43fb-4d01-b967-a5b9a7eab101) The error would indicate that the filename was `types` and not `Types` or that somehow it was being reported as such.

yes, it's a limitation with the way we validate configuration "options". https://github.com/phpactor/phpactor/blob/345ac709d5bcbebb82784a03198a19d75efd8e9c/lib/Indexer/Extension/IndexerExtension.php#L115 We define it as `array` - we could introduce support for `list` - this would *not* allow us...