From 4d6dbfb745e836d4a1fd65dab7ad8b133ee547b2 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 2 Jan 2023 22:08:36 +0100 Subject: [PATCH] [ticket/16955] Move iterators to finder folder PHPBB3-16955 --- .../{iterator => finder}/recursive_dot_prefix_filter_iterator.php | 0 phpBB/phpbb/{iterator => finder}/recursive_path_iterator.php | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename phpBB/phpbb/{iterator => finder}/recursive_dot_prefix_filter_iterator.php (100%) rename phpBB/phpbb/{iterator => finder}/recursive_path_iterator.php (100%) diff --git a/phpBB/phpbb/iterator/recursive_dot_prefix_filter_iterator.php b/phpBB/phpbb/finder/recursive_dot_prefix_filter_iterator.php similarity index 100% rename from phpBB/phpbb/iterator/recursive_dot_prefix_filter_iterator.php rename to phpBB/phpbb/finder/recursive_dot_prefix_filter_iterator.php diff --git a/phpBB/phpbb/iterator/recursive_path_iterator.php b/phpBB/phpbb/finder/recursive_path_iterator.php similarity index 100% rename from phpBB/phpbb/iterator/recursive_path_iterator.php rename to phpBB/phpbb/finder/recursive_path_iterator.php