瀏覽代碼

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');