Skip to content
Extraits de code Groupes Projets
Valider 6ba44edb rédigé par JamesRezo's avatar JamesRezo :tada:
Parcourir les fichiers

réduction de la baseline phpstan: doublon dans la globale GLOBALS['CHARSET']['translit']

parent 2742de1b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -102,8 +102,6 @@ $GLOBALS['CHARSET']['translit'] = [ ...@@ -102,8 +102,6 @@ $GLOBALS['CHARSET']['translit'] = [
287 => 'g', 287 => 'g',
304 => 'I', 304 => 'I',
305 => 'i', 305 => 'i',
350 => 'S',
351 => 's',
// esperanto // esperanto
264 => 'Cx', 264 => 'Cx',
...@@ -169,11 +167,13 @@ $GLOBALS['CHARSET']['translit'] = [ ...@@ -169,11 +167,13 @@ $GLOBALS['CHARSET']['translit'] = [
//roumain //roumain
258 => 'A', 258 => 'A',
259 => 'a', 259 => 'a',
350 => 'S',
351 => 's',
354 => 'T', 354 => 'T',
355 => 't', 355 => 't',
//turc & roumain
350 => 'S',
351 => 's',
// cyrillique // cyrillique
1026 => 'D%', 1026 => 'D%',
1027 => 'G%', 1027 => 'G%',
...@@ -198,7 +198,6 @@ $GLOBALS['CHARSET']['translit'] = [ ...@@ -198,7 +198,6 @@ $GLOBALS['CHARSET']['translit'] = [
8221 => '"', 8221 => '"',
8226 => ' o ', 8226 => ' o ',
8211 => '-', 8211 => '-',
8212 => '--',
8212 => '~', 8212 => '~',
8482 => '(TM)', 8482 => '(TM)',
1113 => 'lj', 1113 => 'lj',
......
...@@ -5,21 +5,6 @@ parameters: ...@@ -5,21 +5,6 @@ parameters:
count: 1 count: 1
path: ecrire/action/inscrire_auteur.php path: ecrire/action/inscrire_auteur.php
-
message: "#^Array has 2 duplicate keys with value 350 \\(350, 350\\)\\.$#"
count: 1
path: ecrire/charsets/translit.php
-
message: "#^Array has 2 duplicate keys with value 351 \\(351, 351\\)\\.$#"
count: 1
path: ecrire/charsets/translit.php
-
message: "#^Array has 2 duplicate keys with value 8212 \\(8212, 8212\\)\\.$#"
count: 1
path: ecrire/charsets/translit.php
- -
message: "#^Function fichier_copie_locale\\(\\) should return string but return statement is missing\\.$#" message: "#^Function fichier_copie_locale\\(\\) should return string but return statement is missing\\.$#"
count: 1 count: 1
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter