mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2026-01-18 10:09:12 +01:00
Fixed a typo
This commit is contained in:
@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user