Open aszenz opened 1 year ago
Hey @aszenz, can you reproduce the issue on https://psalm.dev ?
A reproducer would be helpful, it may be a mismatch between string length between utf8 chars and ascii chars but I'm not sure where
I'm getting this issue as well. It appears to happen for any class that extends laravel/framework/src/Illuminate/Support/ServiceProvider.php
(laravel/framework v11.21.0)
This also appeared to cause it in another file:
public const UPDATED_AT = null;
private float $executionStartTime;
not sure which of the two lines though.
With this exception: