From fda0dffdbc389fc62f12bd5cad57bd93c90067c5 Mon Sep 17 00:00:00 2001 From: bkrukowski Date: Fri, 23 Sep 2016 21:39:33 +0200 Subject: [PATCH] Strict type checking mode --- src/Services/AppsGoogleCom.php | 2 ++ src/Services/GmailCom.php | 2 ++ src/Services/MultiDomain.php | 2 ++ src/Services/OutlookCom.php | 2 ++ src/Services/TlenPl.php | 2 ++ src/Services/Www33MailCom.php | 2 ++ src/Services/YahooCom.php | 2 ++ src/TransparentEmail.php | 2 ++ tests/Services/AppsGoogleComTest.php | 2 ++ tests/Services/GmailComTest.php | 2 ++ tests/Services/MultiDomainTest.php | 2 ++ tests/Services/OutlookComTest.php | 2 ++ tests/Services/Www33MailComTest.php | 2 ++ tests/Services/YahooComTest.php | 2 ++ tests/TransparentEmailTest.php | 2 ++ 15 files changed, 30 insertions(+) diff --git a/src/Services/AppsGoogleCom.php b/src/Services/AppsGoogleCom.php index 4fbc6a4..ee88ff9 100644 --- a/src/Services/AppsGoogleCom.php +++ b/src/Services/AppsGoogleCom.php @@ -1,5 +1,7 @@