Преглед на файлове

[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__);