Skip to content

Commit 94a26e1

Browse files
committed
remove IConfigCommon and use IConfiguration instead #11
1 parent 336c609 commit 94a26e1

File tree

4 files changed

+199
-211
lines changed

4 files changed

+199
-211
lines changed

src/Config/IConfigCommon.php

Lines changed: 0 additions & 209 deletions
This file was deleted.

src/Config/IConfigTypeA.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Gregor J.
1818
* @license MIT
1919
*/
20-
interface IConfigTypeA extends IConfigCommon
20+
interface IConfigTypeA extends IConfiguration
2121
{
2222
/**
2323
* The host name of a specific SAP application server.

src/Config/IConfigTypeB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Gregor J.
1818
* @license MIT
1919
*/
20-
interface IConfigTypeB extends IConfigCommon
20+
interface IConfigTypeB extends IConfiguration
2121
{
2222
/**
2323
* The host name of the message server.

0 commit comments

Comments
 (0)