Kaynağa Gözat

Fix php docs

Thomas Rabaix 13 yıl önce
ebeveyn
işleme
e9c971449a
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  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())
     {