mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-30 21:44:28 +02:00
Fixed some psalm issues.
This commit is contained in:
parent
eb9b24d5d7
commit
cb0aa7bc7a
32 changed files with 217 additions and 148 deletions
|
@ -37,11 +37,13 @@ trait ParametersTrait
|
|||
protected $parameters;
|
||||
|
||||
/**
|
||||
* Return all associated specifications.
|
||||
* Return all associated specifications.
|
||||
*
|
||||
* @return Collection<AbstractParameter>
|
||||
* @return \Doctrine\Common\Collections\Collection
|
||||
*
|
||||
* @psalm-return \Doctrine\Common\Collections\Collection<int, PartParameter>
|
||||
*/
|
||||
public function getParameters(): Collection
|
||||
public function getParameters(): \Doctrine\Common\Collections\Collection
|
||||
{
|
||||
return $this->parameters;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue