mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-03 06:54:34 +02:00
Fixed phpstan issues
This commit is contained in:
parent
afcbbe0f43
commit
3a8c5a788f
11 changed files with 25 additions and 124 deletions
|
@ -169,9 +169,9 @@ trait AdvancedPropertyTrait
|
|||
/**
|
||||
* Sets the reference to the info provider, that provided the information about this part.
|
||||
* @param InfoProviderReference $providerReference
|
||||
* @return AdvancedPropertyTrait
|
||||
* @return Part
|
||||
*/
|
||||
public function setProviderReference(InfoProviderReference $providerReference): self
|
||||
public function setProviderReference(InfoProviderReference $providerReference): Part
|
||||
{
|
||||
$this->providerReference = $providerReference;
|
||||
return $this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue