Fixed a typo

This commit is contained in:
Cédric Belin
2018-11-25 14:02:02 +01:00
parent 109a93d6b1
commit 1e32cbf7de

View File

@ -53,7 +53,7 @@ class TrackedTime implements \JsonSerializable {
/** /**
* Creates a new entry from the specified JSON map. * Creates a new entry from the specified JSON map.
* @param object $map A JSON map representing a entry. * @param object $map A JSON map representing an entry.
* @return static The instance corresponding to the specified JSON map. * @return static The instance corresponding to the specified JSON map.
*/ */
static function fromJson(object $map): self { static function fromJson(object $map): self {