Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / finder / Iterator / MultiplePcreFilterIterator.php
index 162dc1410b9790274ca23fa5ee4adb4fc3369e97..fc8854047e3422953a85fbbdd8a08674f3d0032f 100644 (file)
@@ -22,8 +22,6 @@ abstract class MultiplePcreFilterIterator extends FilterIterator
     protected $noMatchRegexps = array();
 
     /**
-     * Constructor.
-     *
      * @param \Iterator $iterator        The Iterator to filter
      * @param array     $matchPatterns   An array of patterns that need to match
      * @param array     $noMatchPatterns An array of patterns that need to not match