Improve UserPassword validator message

by @redstar504

Some issues have been detected in this pull request

0
Coding Standard

Issues that can be fixed by applying a patch

Review the proposed patch then download it to apply it manually or execute the following command from the repository root directory:

curl https://fabbot.io/patch/symfony/symfony/11383/84ace2d9a05d8e213b9cd0d63695a19d7e48bead/typos.diff | patch -p0
diff -ru src/Symfony/Component/Validator/Resources/translations/validators.af.xlf src/Symfony/Component/Validator/Resources/translations/validators.af.xlf
--- src/Symfony/Component/Validator/Resources/translations/validators.af.xlf	2014-07-13 01:06:38.557442703 +0000
+++ src/Symfony/Component/Validator/Resources/translations/validators.af.xlf	2014-07-13 01:06:53.433442703 +0000
@@ -52,7 +52,7 @@
             </trans-unit>
             <trans-unit id="13">
                 <source>This value is not a valid email address.</source>
-                <target>Hierdie waarde is nie 'n geldige e-pos adres nie.</target>
+                <target>Hierdie waarde is nie 'n geldige e-pos address nie.</target>
             </trans-unit>
             <trans-unit id="14">
                 <source>The file could not be found.</source>
@@ -136,7 +136,7 @@
             </trans-unit>
             <trans-unit id="37">
                 <source>This is not a valid IP address.</source>
-                <target>Hierdie is nie 'n geldige IP-adres nie.</target>
+                <target>Hierdie is nie 'n geldige IP-address nie.</target>
             </trans-unit>
             <trans-unit id="38">
                 <source>This value is not a valid language.</source>
diff -ru src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf
--- src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf	2014-07-13 01:06:39.849442703 +0000
+++ src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf	2014-07-13 01:06:49.945442705 +0000
@@ -192,7 +192,7 @@
             </trans-unit>
             <trans-unit id="51">
                 <source>No temporary folder was configured in php.ini.</source>
-                <target>V php.ini není nastavena cesta k adresáři pro dočasné soubory.</target>
+                <target>V php.ini není nastavena cesta k addressáři pro dočasné soubory.</target>
             </trans-unit>
             <trans-unit id="52">
                 <source>Cannot write temporary file to disk.</source>
diff -ru src/Symfony/Component/Validator/Resources/translations/validators.it.xlf src/Symfony/Component/Validator/Resources/translations/validators.it.xlf
--- src/Symfony/Component/Validator/Resources/translations/validators.it.xlf	2014-07-13 01:06:43.913442704 +0000
+++ src/Symfony/Component/Validator/Resources/translations/validators.it.xlf	2014-07-13 01:06:52.301442706 +0000
@@ -56,7 +56,7 @@
             </trans-unit>
             <trans-unit id="14">
                 <source>The file could not be found.</source>
-                <target>Non è stato possibile trovare il file.</target>
+                <target>Non è stato possible trovare il file.</target>
             </trans-unit>
             <trans-unit id="15">
                 <source>The file is not readable.</source>
diff -ru src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf
--- src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf	2014-07-13 01:06:44.581442703 +0000
+++ src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf	2014-07-13 01:06:54.901442705 +0000
@@ -136,7 +136,7 @@
             </trans-unit>
             <trans-unit id="37">
                 <source>This is not a valid IP address.</source>
-                <target>Dit is geen geldig IP-adres.</target>
+                <target>Dit is geen geldig IP-address.</target>
             </trans-unit>
             <trans-unit id="38">
                 <source>This value is not a valid language.</source>
diff -ru src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf
--- src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf	2014-07-13 01:06:45.045442704 +0000
+++ src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf	2014-07-13 01:06:52.797442703 +0000
@@ -136,7 +136,7 @@
             </trans-unit>
             <trans-unit id="37">
                 <source>This is not a valid IP address.</source>
-                <target>To nie jest prawidłowy adres IP.</target>
+                <target>To nie jest prawidłowy address IP.</target>
             </trans-unit>
             <trans-unit id="38">
                 <source>This value is not a valid language.</source>

0
PHPUnit Optimizations

Issues that cannot be fixed automatically

in Pull Request Description
  • You must add the standard Symfony pull request contribution header in the description (see http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request).

0
PHP Types

0
PHPDocs

0
PHP