Completed
Push — master ( ed122f...03a769 )
by Alexey
02:55
created
source/Response/ProcessRecurringResponse.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
         $format = <<<'EOD'
55 55
 user's data
56 56
     id: %s
57
-EOD;
57
+eod;
58 58
         return sprintf($format, $this->getId());
59 59
     }
60 60
 }
Please login to merge, or discard this patch.
source/Response/ProcessResponse.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
         $format = <<<'EOD'
55 55
 user's data
56 56
     id: %s
57
-EOD;
57
+eod;
58 58
         return sprintf($format, $this->getId());
59 59
     }
60 60
 }
Please login to merge, or discard this patch.
source/Response/RecurringResponse.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
         $format = <<<'EOD'
55 55
 user's data
56 56
     id: %s
57
-EOD;
57
+eod;
58 58
         return sprintf($format, $this->getId());
59 59
     }
60 60
 }
Please login to merge, or discard this patch.
source/Response/SuccessResponse.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
         $format = <<<'EOD'
55 55
 user's data
56 56
     id: %s
57
-EOD;
57
+eod;
58 58
         return sprintf($format, $this->getId());
59 59
     }
60 60
 }
Please login to merge, or discard this patch.
source/Response/TokenResponse.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
         $format = <<<'EOD'
55 55
 user's data
56 56
     id: %s
57
-EOD;
57
+eod;
58 58
         return sprintf($format, $this->getId());
59 59
     }
60 60
 }
Please login to merge, or discard this patch.