Completed
Push — master ( e88bfd...9b7023 )
by Thanos
17s queued 14s
created
src/IssuerLoyalty.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -38,8 +38,8 @@  discard block
 block discarded – undo
38 38
     public static function delete($token, array $params = array())
39 39
     {
40 40
         throw new Exception\RuntimeException(
41
-            'Resource ' . ucfirst(static::RESOURCE_NAME) .
42
-            ' does not support method ' . __METHOD__
41
+            'Resource '.ucfirst(static::RESOURCE_NAME).
42
+            ' does not support method '.__METHOD__
43 43
         );
44 44
     }
45 45
 
@@ -53,8 +53,8 @@  discard block
 block discarded – undo
53 53
     public static function update($token, array $params)
54 54
     {
55 55
         throw new Exception\RuntimeException(
56
-            'Resource ' . ucfirst(static::RESOURCE_NAME) .
57
-            ' does not support method ' . __METHOD__
56
+            'Resource '.ucfirst(static::RESOURCE_NAME).
57
+            ' does not support method '.__METHOD__
58 58
         );
59 59
     }
60 60
 }
Please login to merge, or discard this patch.