Update RuntimeDataDescriber.php

This commit is contained in:
Dylan T. 2024-11-12 22:57:14 +00:00 committed by GitHub
parent f3cc4a28e1
commit 09bf203267
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,7 +92,7 @@ interface RuntimeDataDescriber extends RuntimeEnumDescriber{
/**
* @phpstan-template T of \UnitEnum
* @phpstan-param T &$case
* @phpstan-param-out T &$case
* @phpstan-param-out T $case
*/
public function enum(\UnitEnum &$case) : void;