Laurent Destailleur 5 years ago
parent
commit
622b5c4ac9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/debugbar/class/TraceableDB.php

+ 1 - 1
htdocs/debugbar/class/TraceableDB.php

@@ -26,7 +26,7 @@ class TraceableDB extends DoliDB
 	 */
 	protected $startMemory;
 	/**
-	 * @var Database type
+	 * @var string type
 	 */
 	public $type;
 	/**