Merge branch 'stable'

This commit is contained in:
Yuri Kuznetsov
2019-12-19 15:02:49 +02:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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);
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "espocrm",
"version": "5.7.10",
"version": "5.7.11",
"description": "",
"main": "index.php",
"repository": {