Skip to content

Commit e86525d

Browse files
committed
Move files.
1 parent 3a46f14 commit e86525d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

classes/options.php renamed to classes/options/options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @link https://github.com/Alexia/php7mar
99
*/
1010

11-
namespace mar;
11+
namespace alexia\mar;
1212

1313
class options {
1414
/**

classes/reporter.php renamed to classes/reporter/reporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @link https://github.com/Alexia/php7mar
99
*/
1010

11-
namespace mar;
11+
namespace alexia\mar;
1212

1313
class reporter {
1414
/**

classes/scanner.php renamed to classes/scanner/scanner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @link https://github.com/Alexia/php7mar
99
*/
1010

11-
namespace mar;
11+
namespace alexia\mar;
1212

1313
class scanner {
1414
/**

classes/tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @link https://github.com/Alexia/php7mar
1010
*/
1111

12-
namespace mar;
12+
namespace alexia\mar;
1313

1414
class tests {
1515
/**

classes/tests/critical.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @link https://github.com/Alexia/php7mar
99
*/
1010

11-
namespace mar\tests;
11+
namespace alexia\mar\tests;
1212

1313
class critical {
1414
/**

classes/tests/nuance.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @link https://github.com/Alexia/php7mar
99
*/
1010

11-
namespace mar\tests;
11+
namespace alexia\mar\tests;
1212

1313
class nuance {
1414
/**

mar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @link https://github.com/Alexia/php7mar
99
*/
1010

11-
namespace mar;
11+
namespace alexia\mar;
1212

1313
class main {
1414
/**

0 commit comments

Comments
 (0)