You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently found that, the assertion \PHPUnit\Framework\Assert::assertIsList is not handled correctly. The variable has the following type after this check Dumped type: array<int, string>. But it should be Dumped type: list<string> instead.
If you would point me to the correct please, I could try to provide a fix.