Bläddra i källkod

AbstractAdmin punctuation fix (#4158)

Fracsi 8 år sedan
förälder
incheckning
550589c001
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      Admin/AbstractAdmin.php

+ 4 - 4
Admin/AbstractAdmin.php

@@ -2113,7 +2113,7 @@ EOT;
     public function trans($id, array $parameters = array(), $domain = null, $locale = null)
     {
         @trigger_error(
-            'The '.__METHOD__.' method is deprecated since version 3.9 and will be removed in 4.0.'.
+            'The '.__METHOD__.' method is deprecated since version 3.9 and will be removed in 4.0.',
             E_USER_DEPRECATED
         );
 
@@ -2140,7 +2140,7 @@ EOT;
     public function transChoice($id, $count, array $parameters = array(), $domain = null, $locale = null)
     {
         @trigger_error(
-            'The '.__METHOD__.' method is deprecated since version 3.9 and will be removed in 4.0.'.
+            'The '.__METHOD__.' method is deprecated since version 3.9 and will be removed in 4.0.',
             E_USER_DEPRECATED
         );
 
@@ -2175,7 +2175,7 @@ EOT;
     public function setTranslator(TranslatorInterface $translator)
     {
         @trigger_error(
-            'The '.__METHOD__.' method is deprecated since version 3.9 and will be removed in 4.0.'.
+            'The '.__METHOD__.' method is deprecated since version 3.9 and will be removed in 4.0.',
             E_USER_DEPRECATED
         );
 
@@ -2192,7 +2192,7 @@ EOT;
     public function getTranslator()
     {
         @trigger_error(
-            'The '.__METHOD__.' method is deprecated since version 3.9 and will be removed in 4.0.'.
+            'The '.__METHOD__.' method is deprecated since version 3.9 and will be removed in 4.0.',
             E_USER_DEPRECATED
         );