fix
This commit is contained in:
@@ -177,8 +177,10 @@ class BaseEntity implements Entity
|
||||
$p1 = $attribute;
|
||||
$p2 = $value;
|
||||
|
||||
/** @var mixed $p1 */
|
||||
/** @var mixed $p2 */
|
||||
/**
|
||||
* @var mixed $p1
|
||||
* @var mixed $p2
|
||||
*/
|
||||
|
||||
if (is_array($p1) || is_object($p1)) {
|
||||
if (is_object($p1)) {
|
||||
|
||||
@@ -97,7 +97,7 @@ class RDBRepository implements Repository
|
||||
$entity->populateDefaults();
|
||||
}
|
||||
|
||||
/** @var TEntity $entity */
|
||||
/** @var TEntity */
|
||||
return $entity;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user