-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change namespace /TRegx/CrossData to /TRegx/DataProvider
- Loading branch information
Showing
15 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/TRegx/CrossData/ArrayMatrix.php → src/TRegx/DataProvider/ArrayMatrix.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace TRegx\CrossData; | ||
namespace TRegx\DataProvider; | ||
|
||
class ArrayMatrix | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
src/TRegx/CrossData/CrossDataProviders.php → ...TRegx/DataProvider/CrossDataProviders.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace TRegx\CrossData; | ||
namespace TRegx\DataProvider; | ||
|
||
class CrossDataProviders | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
src/TRegx/CrossData/DataProviderPairs.php → src/TRegx/DataProvider/DataProviderPairs.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace TRegx\CrossData; | ||
namespace TRegx\DataProvider; | ||
|
||
class DataProviderPairs | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
src/TRegx/CrossData/DataProviders.php → src/TRegx/DataProvider/DataProviders.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace TRegx\CrossData; | ||
namespace TRegx\DataProvider; | ||
|
||
class DataProviders | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
src/TRegx/CrossData/DataProvidersBuilder.php → ...egx/DataProvider/DataProvidersBuilder.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace TRegx\CrossData; | ||
namespace TRegx\DataProvider; | ||
|
||
class DataProvidersBuilder | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
src/TRegx/CrossData/KeyMapper.php → src/TRegx/DataProvider/KeyMapper.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace TRegx\CrossData; | ||
namespace TRegx\DataProvider; | ||
|
||
class KeyMapper | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace TRegx\CrossData; | ||
namespace TRegx\DataProvider; | ||
|
||
use function count; | ||
use function get_class; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters