@@ -287,13 +287,13 @@ |
||
287 | 287 | { |
288 | 288 | if (!is_string($resource->getId())) { |
289 | 289 | throw new InvalidValueException( |
290 | - 'The values id of resource object ' . get_class ($resource) . ' MUST be a string.' |
|
290 | + 'The values id of resource object '.get_class($resource).' MUST be a string.' |
|
291 | 291 | ); |
292 | 292 | } |
293 | 293 | |
294 | 294 | if (!is_string($resource->getType())) { |
295 | 295 | throw new InvalidValueException( |
296 | - 'The values type of resource object ' . get_class ($resource) . ' MUST be a string.' |
|
296 | + 'The values type of resource object '.get_class($resource).' MUST be a string.' |
|
297 | 297 | ); |
298 | 298 | } |
299 | 299 | } |