Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 4408096

Browse files
EtienneEtienne
authored andcommitted
Rename iterator folder
1 parent d962b71 commit 4408096

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @copyright 2014 Etienne Lamoureux
66
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
77
*/
8-
namespace Crystalgorithm\PhpJsonIterator\iterator;
8+
namespace Crystalgorithm\PhpJsonIterator\Iterators;
99

1010
class JsonFileIterator extends JsonIterator
1111
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @copyright 2014 Etienne Lamoureux
66
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
77
*/
8-
namespace Crystalgorithm\PhpJsonIterator\iterator;
8+
namespace Crystalgorithm\PhpJsonIterator\Iterators;
99

1010
use AppendIterator;
1111

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @copyright 2014 Etienne Lamoureux
66
* @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
77
*/
8-
namespace Crystalgorithm\PhpJsonIterator\iterator;
8+
namespace Crystalgorithm\PhpJsonIterator\Iterators;
99

1010
use Iterator;
1111

src/JsonIteratorFactory.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
*/
88
namespace Crystalgorithm\PhpJsonIterator;
99

10-
use Crystalgorithm\PhpJsonIterator\iterator\JsonFileIterator;
11-
use Crystalgorithm\PhpJsonIterator\iterator\JsonFilesIterator;
12-
use Crystalgorithm\PhpJsonIterator\iterator\JsonIterator;
10+
use Crystalgorithm\PhpJsonIterator\Iterators\JsonFileIterator;
11+
use Crystalgorithm\PhpJsonIterator\Iterators\JsonFilesIterator;
12+
use Crystalgorithm\PhpJsonIterator\Iterators\JsonIterator;
1313

1414
class JsonIteratorFactory
1515
{

0 commit comments

Comments
 (0)