Mark Some Properties Used Only For Testing as Internal

This commit is contained in:
oleibman
2025-12-26 08:35:12 -08:00
parent 677a9a6269
commit dc4582b9ed
@@ -264,10 +264,13 @@ class StringHelper
/** @var string[] */
protected static array $iconvOptionsArray = ['//IGNORE//TRANSLIT', '//IGNORE'];
/** @internal */
protected static string $iconvName = 'iconv';
/** @internal */
protected static bool $iconvTest2 = false;
/** @internal */
protected static bool $iconvTest3 = false;
/**
@@ -797,6 +800,7 @@ class StringHelper
return $str; // @phpstan-ignore-line
}
/** @internal */
protected static string $testClass = IntlCalendar::class;
/**