Explorar el Código

[Locale] remove setLocale from StubIntlDateFormatter

Igor Wiedler hace 14 años
padre
commit
577dd30927
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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__);