소스 검색

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