N°5882 - AuditRule: Add Owner and Process (#775)

* N°5882 - Audit Rule: Add "Owner" and "Correction Process" fields
* Fix PHP CS
This commit is contained in:
Vincent Dumas
2025-11-14 17:04:25 +01:00
committed by GitHub
parent b5fe12ca3c
commit 262cc3c206
21 changed files with 81 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
<?php
/*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
@@ -9,5 +10,4 @@
*/
class CoreOqlException extends CoreException
{
}

View File

@@ -1,4 +1,5 @@
<?php
/*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
@@ -9,5 +10,4 @@
*/
class CoreOqlMultipleResultsForbiddenException extends CoreOqlException
{
}