Fix the class name in the comment

This commit is contained in:
Daniel Dudzic 2025-03-11 08:57:26 +01:00
parent 913c98707d
commit 905bc80a21
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -40,7 +40,7 @@ class CompatibilityChecker {
protected ?bool $is_dcc_enabled = null;
/**
* FastlaneCompatibilityChecker constructor.
* CompatibilityChecker constructor.
*
* @param string[] $incompatible_plugin_names The list of Fastlane incompatible plugin names.
*/