Merge remote-tracking branch 'Upstream/develop' into develop-Devcamp

This commit is contained in:
aspangaro 2015-04-23 07:30:20 +02:00
commit f4e346c75b
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -50,7 +50,7 @@ abstract class CommonObject
/** /**
* @var string[] Array of error strings * @var string[] Array of error strings
*/ */
public $errors; public $errors=array();
/** /**
* @var string Can be used to pass information when only object is provied to method * @var string Can be used to pass information when only object is provied to method