Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / finder / Adapter / AdapterInterface.php
index 07e4f5f241673470754da64a5f606d53bcdf3cf7..8d8fb0749a6b4e753214507df079dbead6671209 100644 (file)
@@ -33,64 +33,46 @@ interface AdapterInterface
     public function setMode($mode);
 
     /**
-     * @param array $exclude
-     *
      * @return $this
      */
     public function setExclude(array $exclude);
 
     /**
-     * @param array $depths
-     *
      * @return $this
      */
     public function setDepths(array $depths);
 
     /**
-     * @param array $names
-     *
      * @return $this
      */
     public function setNames(array $names);
 
     /**
-     * @param array $notNames
-     *
      * @return $this
      */
     public function setNotNames(array $notNames);
 
     /**
-     * @param array $contains
-     *
      * @return $this
      */
     public function setContains(array $contains);
 
     /**
-     * @param array $notContains
-     *
      * @return $this
      */
     public function setNotContains(array $notContains);
 
     /**
-     * @param array $sizes
-     *
      * @return $this
      */
     public function setSizes(array $sizes);
 
     /**
-     * @param array $dates
-     *
      * @return $this
      */
     public function setDates(array $dates);
 
     /**
-     * @param array $filters
-     *
      * @return $this
      */
     public function setFilters(array $filters);
@@ -103,15 +85,11 @@ interface AdapterInterface
     public function setSort($sort);
 
     /**
-     * @param array $paths
-     *
      * @return $this
      */
     public function setPath(array $paths);
 
     /**
-     * @param array $notPaths
-     *
      * @return $this
      */
     public function setNotPath(array $notPaths);