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.
2 parents 23540a1 + 8b24bd8 commit 9f71020Copy full SHA for 9f71020
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