Yaffs site version 1.1
[yaffs-website] / vendor / symfony / finder / Iterator / FilterIterator.php
index 3c3c3fbec0218c3ed7687d6b9df80f3af0b684e6..acb98361c96430c86a8528d0997479b40130ee44 100644 (file)
@@ -29,7 +29,7 @@ abstract class FilterIterator extends \FilterIterator
      */
     public function rewind()
     {
-        if (PHP_VERSION_ID > 50607 || (PHP_VERSION_ID > 50523 && PHP_VERSION_ID < 50600)) {
+        if (\PHP_VERSION_ID > 50607 || (\PHP_VERSION_ID > 50523 && \PHP_VERSION_ID < 50600)) {
             parent::rewind();
 
             return;