소스 검색

Fix method signature

Thomas Rabaix 13 년 전
부모
커밋
bec9cf16f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Filter/FilterFactory.php

+ 1 - 1
Filter/FilterFactory.php

@@ -43,7 +43,7 @@ class FilterFactory implements FilterFactoryInterface
      * @param $options
      * @return object|\Symfony\Component\DependencyInjection\The
      */
-    public function create($name, $type, $options)
+    public function create($name, $type, array $options = array())
     {
         if (!$type) {
             throw new \RunTimeException('The type must be defined');