Thomas Rabaix hace 13 años
padre
commit
e9c971449a
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      Filter/FilterFactory.php

+ 4 - 4
Filter/FilterFactory.php

@@ -31,10 +31,10 @@ class FilterFactory implements FilterFactoryInterface
 
 
     /**
     /**
      * @throws \RunTimeException
      * @throws \RunTimeException
-     * @param $name
-     * @param $type
-     * @param $options
-     * @return object|\Symfony\Component\DependencyInjection\The
+     * @param string $name
+     * @param string $type
+     * @param array $options
+     * @return Sonata\AdminBundle\Filter\FilterInterface
      */
      */
     public function create($name, $type, array $options = array())
     public function create($name, $type, array $options = array())
     {
     {