From 96b2f9e1a63d930a5ad08a199f2932398c27148d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 19 Dec 2019 14:56:21 +0200 Subject: [PATCH 1/2] fix integrations --- application/Espo/Entities/Integration.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/Espo/Entities/Integration.php b/application/Espo/Entities/Integration.php index 5b998c3056..f5a29d9bfe 100644 --- a/application/Espo/Entities/Integration.php +++ b/application/Espo/Entities/Integration.php @@ -31,7 +31,7 @@ namespace Espo\Entities; class Integration extends \Espo\Core\ORM\Entity { - public function get($name, $params = []) + public function get(string $name, $params = []) { if ($name == 'id') { return $this->id; @@ -54,7 +54,7 @@ class Integration extends \Espo\Core\ORM\Entity return null; } - public function clear($name = null) + public function clear(?string $name = null) { parent::clear($name); From d9f3b83a412186658b5000ef483b14644134b4ae Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 19 Dec 2019 14:56:47 +0200 Subject: [PATCH 2/2] v --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 640f121df9..4ee8945d03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "espocrm", - "version": "5.7.10", + "version": "5.7.11", "description": "", "main": "index.php", "repository": {