Passed
Push — master ( 0eb093...494f7f )
by Sheldon
03:36
created
src/Api/Api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -362,7 +362,7 @@
 block discarded – undo
362 362
 
363 363
             return $properties;
364 364
         } catch (ApiErrorException $exception) {
365
-            throw new ApiErrorException('Could not get properties by devices:' . $exception->getMessage());
365
+            throw new ApiErrorException('Could not get properties by devices:'.$exception->getMessage());
366 366
             return false;
367 367
         }
368 368
     }
Please login to merge, or discard this patch.