fix phpstan

This commit is contained in:
Fabio Ivona
2021-11-29 09:47:33 +01:00
parent 0fc90ec181
commit b2eb69cbc1

View File

@ -24,7 +24,7 @@ use Throwable;
*
* @template TValue
*
* @mixin Expectation
* @mixin Expectation<TValue>
*/
final class CoreExpectation
{