mirror of
https://github.com/humhub/humhub.git
synced 2025-02-24 19:23:21 +01:00
phpDoc, remove final
This commit is contained in:
parent
9af9e9b346
commit
92b429eebb
@ -8,8 +8,10 @@
|
||||
|
||||
namespace humhub\modules\admin\controllers\services;
|
||||
|
||||
|
||||
final class DatabaseInfo
|
||||
/**
|
||||
* @since 1.3
|
||||
*/
|
||||
class DatabaseInfo
|
||||
{
|
||||
/** @var string */
|
||||
private $pdoDSN;
|
||||
|
Loading…
x
Reference in New Issue
Block a user