Passed
Pull Request — master (#212)
by
unknown
02:55
created
src/JiraClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
         $this->json_mapper->undefinedPropertyHandler = [new \JiraRestApi\JsonMapperHelper(), 'setUndefinedProperty'];
83 83
 
84 84
         // Properties that are annotated with `@var \DateTimeInterface` should result in \DateTime objects being created.
85
-        $this->json_mapper->classMap['\\' . \DateTimeInterface::class] = \DateTime::class;
85
+        $this->json_mapper->classMap['\\'.\DateTimeInterface::class] = \DateTime::class;
86 86
 
87 87
         // create logger
88 88
         if ($logger) {
Please login to merge, or discard this patch.