Преглед изворни кода

[Locale] remove setLocale from StubIntlDateFormatter

Igor Wiedler пре 14 година
родитељ
комит
577dd30927
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php

+ 0 - 5
src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php

@@ -226,11 +226,6 @@ class StubIntlDateFormatter
         return $this->datetype;
     }
 
-    public function setLocale($locale)
-    {
-        throw new MethodNotImplementedException(__METHOD__);
-    }
-
     public function getErrorCode()
     {
         throw new MethodNotImplementedException(__METHOD__);