Page MenuHomeDevCentral

D1308.diff
No OneTemporary

D1308.diff

diff --git a/src/LogEntry.php b/src/LogEntry.php
--- a/src/LogEntry.php
+++ b/src/LogEntry.php
@@ -38,7 +38,7 @@
return str_replace("+00:00", "Z", gmdate('c'));
}
- public static function fromJSON ($json) : object {
+ public static function fromJSON ($json) : LogEntry {
$mapper = (new JsonMapper());
return $mapper->map($json, new LogEntry);
}

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 07:45 (20 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259766
Default Alt Text
D1308.diff (391 B)

Event Timeline