We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f8442 commit 8b24bd8Copy full SHA for 8b24bd8
lib/Db/ReportItem.php
@@ -24,11 +24,11 @@ public function __construct() {
24
25
$this->addType('id', 'integer');
26
$this->addType('name', 'string');
27
- $this->addType('name', 'details');
+ $this->addType('details', 'string');
28
$this->addType('projectId', 'integer');
29
$this->addType('userUid', 'string');
30
$this->addType('time', 'string');
31
$this->addType('totalDuration', 'integer');
32
$this->addType('project', 'string');
33
}
34
-}
+}
0 commit comments