minor fixes

This commit is contained in:
fbsanchez 2020-07-13 13:56:41 +02:00
parent 23641e45bb
commit dc5767705f
1 changed files with 3 additions and 3 deletions

View File

@ -61,9 +61,9 @@ abstract class Entity
/** /**
* Defines a generic constructor to extract information of the object. * Defines a generic constructor to extract information of the object.
* *
* @param string $table Table. * @param string $table Table.
* @param array|null $filters Filters, for instance ['id' => $id]. * @param array|null $filters Filters, for instance ['id' => $id].
* @param string|null $enterprise Enterprise class name. * @param string|null $enterprise_class Enterprise class name.
* *
* @throws \Exception On error. * @throws \Exception On error.
*/ */