Case insensitive EggFeature Listeners (#1303)

This commit is contained in:
MartinOscar 2025-04-26 12:41:59 +02:00 committed by GitHub
parent 8407547574
commit 98a2cab5ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ abstract class FeatureProvider
abstract public function getId(): string;
/**
* A matching subset string (case-sensitive) from the console output
* A matching subset string (case-insensitive) from the console output
*
* @return array<string>
*/