@@ -19,7 +19,7 @@ |
||
19 | 19 | { |
20 | 20 | if (!is_string($itemId)) { |
21 | 21 | throw new \InvalidArgumentException( |
22 | - 'Expected itemId to be a string, received ' . gettype($itemId) |
|
22 | + 'Expected itemId to be a string, received '.gettype($itemId) |
|
23 | 23 | ); |
24 | 24 | } |
25 | 25 |
@@ -32,7 +32,7 @@ |
||
32 | 32 | |
33 | 33 | if (!is_string($originalEventId)) { |
34 | 34 | throw new \InvalidArgumentException( |
35 | - 'Expected originalEventId to be a string, received ' . gettype($originalEventId) |
|
35 | + 'Expected originalEventId to be a string, received '.gettype($originalEventId) |
|
36 | 36 | ); |
37 | 37 | } |
38 | 38 |
@@ -33,7 +33,7 @@ |
||
33 | 33 | |
34 | 34 | if (!is_string($originalEventId)) { |
35 | 35 | throw new \InvalidArgumentException( |
36 | - 'Expected originalEventId to be a string, received ' . gettype($originalEventId) |
|
36 | + 'Expected originalEventId to be a string, received '.gettype($originalEventId) |
|
37 | 37 | ); |
38 | 38 | } |
39 | 39 |