@@ -797,11 +797,11 @@ public static function tearDownAfterClass(): void
797797
798798 public function testAllGettersGenerateTheSameDataSetCount (): void
799799 {
800- $ expected = count (self ::COUNTRIES_WITH_USER_ASSIGNED );
801- $ alpha2Count = count (Countries::getCountryCodes ());
802- $ alpha3Count = count (Countries::getAlpha3Codes ());
803- $ numericCodesCount = count (Countries::getNumericCodes ());
804- $ namesCount = count (Countries::getNames ());
800+ $ expected = \ count (self ::COUNTRIES_WITH_USER_ASSIGNED );
801+ $ alpha2Count = \ count (Countries::getCountryCodes ());
802+ $ alpha3Count = \ count (Countries::getAlpha3Codes ());
803+ $ numericCodesCount = \ count (Countries::getNumericCodes ());
804+ $ namesCount = \ count (Countries::getNames ());
805805
806806 // we compare against our test list to check that optional user assigned is included
807807 $ this ->assertEquals ($ expected , $ namesCount , 'Names count does not match ' );
@@ -832,7 +832,7 @@ public function testGetNames($displayLocale): void
832832 }
833833
834834 /**
835- * This test is for backward compatibility. testGetNames already checks `XK` is included
835+ * This test is for backward compatibility; testGetNames already checks `XK` is included.
836836 *
837837 * @dataProvider provideLocaleAliases
838838 */
@@ -849,7 +849,7 @@ public function testGetNamesSupportsAliases($alias, $ofLocale): void
849849 }
850850
851851 /**
852- * This test is for backward compatibility. testGetNames already checks `XK` is included
852+ * This test is for backward compatibility; testGetNames already checks `XK` is included.
853853 *
854854 * @dataProvider provideLocales
855855 */
0 commit comments