Like setProperty(), this should not return a value
This commit is contained in:
parent
3ee2ec86f8
commit
54d749f034
|
|
@ -57,7 +57,7 @@ trait PropertyContainer
|
|||
*/
|
||||
public function setProperties($properties)
|
||||
{
|
||||
return $this->properties = $this->validateProperties($properties);
|
||||
$this->properties = $this->validateProperties($properties);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue