Sfoglia il codice sorgente

[Locale] remove setLocale from StubIntlDateFormatter

Igor Wiedler 14 anni fa
parent
commit
577dd30927

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