Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / finder / Iterator / DepthRangeFilterIterator.php
index f78c71ed415cc4a009e26cbca091837f23430a37..ce9d3aa73a13e5da737ff629bc85caa78b38e7a7 100644 (file)
@@ -21,8 +21,6 @@ class DepthRangeFilterIterator extends FilterIterator
     private $minDepth = 0;
 
     /**
-     * Constructor.
-     *
      * @param \RecursiveIteratorIterator $iterator The Iterator to filter
      * @param int                        $minDepth The min depth
      * @param int                        $maxDepth The max depth