Merge pull request #9581 from grandoc/develop

Standardize and update code
This commit is contained in:
Laurent Destailleur 2018-09-23 14:46:31 +02:00 committed by GitHub
commit a5b8c9f9e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,11 @@
*/
abstract class CommonDocGenerator
{
var $error='';
/**
* @var string Error code (or message)
*/
public $error='';
protected $db;