X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FComponent%2FGettext%2FPoHeader.php;fp=web%2Fcore%2Flib%2FDrupal%2FComponent%2FGettext%2FPoHeader.php;h=96793b5e9562519adde499fa9ef61c1dc53e43f5;hp=5dd13a5d5b9d77f6f302c6fa8aa2bb0f2581e2d7;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/lib/Drupal/Component/Gettext/PoHeader.php b/web/core/lib/Drupal/Component/Gettext/PoHeader.php index 5dd13a5d5..96793b5e9 100644 --- a/web/core/lib/Drupal/Component/Gettext/PoHeader.php +++ b/web/core/lib/Drupal/Component/Gettext/PoHeader.php @@ -188,7 +188,7 @@ class PoHeader { * - 'nplurals': The number of plural forms defined by the plural formula. * - 'plurals': Array of plural positions keyed by plural value. * - * @throws Exception + * @throws \Exception */ public function parsePluralForms($pluralforms) { $plurals = []; @@ -473,7 +473,7 @@ class PoHeader { * Number of the plural string to be used for the given plural value. * * @see parseArithmetic() - * @throws Exception + * @throws \Exception */ protected function evaluatePlural($element_stack, $n) { $count = count($element_stack);