From 21c21f1f24dbcf550dfa04c03822f252ead4a65a Mon Sep 17 00:00:00 2001 From: bkrukowski Date: Sat, 10 Sep 2016 11:11:10 +0200 Subject: [PATCH] CamelCase in domains --- src/Services/{GmailCOM.php => GmailCom.php} | 0 src/Services/{TlenPL.php => TlenPl.php} | 0 src/Services/{WWW33MailCOM.php => Www33MailCom.php} | 0 tests/Services/{GmailCOMTest.php => GmailComTest.php} | 0 tests/Services/{WWW33MailCOMTest.php => Www33MailComTest.php} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename src/Services/{GmailCOM.php => GmailCom.php} (100%) rename src/Services/{TlenPL.php => TlenPl.php} (100%) rename src/Services/{WWW33MailCOM.php => Www33MailCom.php} (100%) rename tests/Services/{GmailCOMTest.php => GmailComTest.php} (100%) rename tests/Services/{WWW33MailCOMTest.php => Www33MailComTest.php} (100%) diff --git a/src/Services/GmailCOM.php b/src/Services/GmailCom.php similarity index 100% rename from src/Services/GmailCOM.php rename to src/Services/GmailCom.php diff --git a/src/Services/TlenPL.php b/src/Services/TlenPl.php similarity index 100% rename from src/Services/TlenPL.php rename to src/Services/TlenPl.php diff --git a/src/Services/WWW33MailCOM.php b/src/Services/Www33MailCom.php similarity index 100% rename from src/Services/WWW33MailCOM.php rename to src/Services/Www33MailCom.php diff --git a/tests/Services/GmailCOMTest.php b/tests/Services/GmailComTest.php similarity index 100% rename from tests/Services/GmailCOMTest.php rename to tests/Services/GmailComTest.php diff --git a/tests/Services/WWW33MailCOMTest.php b/tests/Services/Www33MailComTest.php similarity index 100% rename from tests/Services/WWW33MailCOMTest.php rename to tests/Services/Www33MailComTest.php