diff --git a/htdocs/core/triggers/DolibarrTriggers.class.php b/htdocs/core/triggers/DolibarrTriggers.class.php index 6293e0043ff..8d3227e6482 100644 --- a/htdocs/core/triggers/DolibarrTriggers.class.php +++ b/htdocs/core/triggers/DolibarrTriggers.class.php @@ -17,7 +17,11 @@ * along with this program. If not, see . */ -abstract class DolibarrTriggers { +/** + * Class that all the triggers must extend + */ +abstract class DolibarrTriggers +{ /** * Database handler