Passed
Pull Request — master (#9)
by
unknown
02:28
created
src/Serializer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -287,13 +287,13 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.