소스 검색

Fix php docs

Thomas Rabaix 13 년 전
부모
커밋
e9c971449a
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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())
     {