|
@@ -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.