PHPDoc & code cleanup

This commit is contained in:
Molkobain
2020-08-26 20:37:42 +02:00
parent 2864d48fa7
commit 77cd764b1c
16 changed files with 34 additions and 33 deletions

View File

@@ -27,7 +27,6 @@ use DBObject;
use DBObjectSearch;
use DBObjectSet;
use MetaModel;
use UserRights;
/**
* Class ActivityPanelFactory
@@ -40,7 +39,7 @@ use UserRights;
class ActivityPanelFactory
{
/**
* Make an activity panel for an object details layout, meaning that it should contain the caselogs and the activity.
* Make an activity panel for an object details layout, meaning that it should contain the case logs and the activity.
*
* @param \DBObject $oObject
*