fix formula errors

This commit is contained in:
Yuri Kuznetsov
2024-05-04 14:38:43 +03:00
parent 2d791010dc
commit 5dc08ecf05
3 changed files with 3 additions and 7 deletions

View File

@@ -29,10 +29,7 @@
namespace Espo\Core\Formula\Functions;
use Espo\Core\Formula\{
Functions\BaseFunction,
ArgumentList,
};
use Espo\Core\Formula\ArgumentList;
class AssignType extends BaseFunction
{

View File

@@ -29,7 +29,7 @@
namespace Espo\Core\Formula\Functions\RecordGroup;
use Espo\Core\Exceptions\Error;
use Espo\Core\Formula\Exceptions\Error;
use Espo\Core\Di;

View File

@@ -29,13 +29,12 @@
namespace Espo\Core\Formula\Functions;
use Espo\Core\Exceptions\Error;
use Espo\Core\Formula\Exceptions\Error;
class SetAttributeType extends Base
{
/**
* @return mixed
* @throws \Espo\Core\Formula\Exceptions\Error
* @throws Error
*/
public function process(\stdClass $item)