Completed
Push — master ( 5c6d51...c432d5 )
by Alexey
02:50
created
bin/gcm.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     success: %s
71 71
     failure: %s
72 72
 
73
-EOD
73
+eod
74 74
         , $Response->getSuccessCount()
75 75
         , $Response->getFailureCount());
76 76
 } catch (RequiredOptionException $Ex) {
Please login to merge, or discard this patch.
source/AndroidPublisher/InAppProducts/Resource.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@
 block discarded – undo
194 194
     type:     %s
195 195
     sku:      %s
196 196
     status:   %s
197
-EOD;
197
+eod;
198 198
         return sprintf($format
199 199
             , $this->getDefaultLanguage()
200 200
             , $this->getPackageName()
Please login to merge, or discard this patch.
source/AndroidPublisher/Purchases/Products/Resource.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
     kind:               %s
163 163
     purchaseState:      %s
164 164
     purchaseTimeMillis: %s
165
-EOD;
165
+eod;
166 166
         return sprintf($format
167 167
             , $consumptionState
168 168
             , $this->getDeveloperPayload()
Please login to merge, or discard this patch.
source/AndroidPublisher/Purchases/Subscriptions/Resource.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
     expired at:    %s
110 110
     kind:          %s
111 111
     auto-renewing: %s
112
-EOD;
112
+eod;
113 113
         return sprintf($format
114 114
             , date('Y-m-d H:i:s', $this->getStartTimeMillis() / 1000)
115 115
             , date('Y-m-d H:i:s', $this->getExpiryTimeMillis() / 1000)
Please login to merge, or discard this patch.
source/OAuth2/Response/Token.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@
 block discarded – undo
213 213
     id token:      %s
214 214
     refresh token: %s
215 215
     token type:    %s
216
-EOD;
216
+eod;
217 217
         try {
218 218
             $refreshToken = $this->getRefreshToken();
219 219
         } catch (OutOfBoundsException $Ex) {
Please login to merge, or discard this patch.