Selaa lähdekoodia

Fix method signature

Thomas Rabaix 13 vuotta sitten
vanhempi
commit
bec9cf16f9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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');