Browse Source

AbstractAdmin punctuation fix (#4158)

Fracsi 8 years ago
parent
commit
550589c001
1 changed files with 4 additions and 4 deletions
  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
         );