Completed
Push — master ( e678ca...d0596b )
by Alexey
7s
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/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.
source/AndroidPublisher/InAppProducts/Resource.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.
source/AndroidPublisher/Purchases/Products/Resource.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.
source/AndroidPublisher/Purchases/Subscriptions/Resource.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.