Explorar o código

Fix method signature

Thomas Rabaix %!s(int64=13) %!d(string=hai) anos
pai
achega
bec9cf16f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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');