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); 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": {