Browse Source

Fix php docs

Thomas Rabaix 13 năm trước cách đây
mục cha
commit
e9c971449a
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      Filter/FilterFactory.php

+ 4 - 4
Filter/FilterFactory.php

@@ -31,10 +31,10 @@ class FilterFactory implements FilterFactoryInterface
 
     /**
      * @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())
     {