mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-27 02:05:02 +02:00
[ticket/16955] Update namespace for iterators to finder
PHPBB3-16955
This commit is contained in:
@@ -486,7 +486,7 @@ class finder
|
||||
|
||||
if (is_dir($path))
|
||||
{
|
||||
$iterator = new \phpbb\iterator\recursive_path_iterator(
|
||||
$iterator = new \phpbb\finder\recursive_path_iterator(
|
||||
$path,
|
||||
\RecursiveIteratorIterator::SELF_FIRST
|
||||
);
|
||||
|
@@ -11,7 +11,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
namespace phpbb\iterator;
|
||||
namespace phpbb\finder;
|
||||
|
||||
/**
|
||||
* Class recursive_dot_prefix_filter_iterator
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace phpbb\iterator;
|
||||
namespace phpbb\finder;
|
||||
|
||||
class recursive_path_iterator extends \RecursiveIteratorIterator
|
||||
{
|
||||
|
Reference in New Issue
Block a user