mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-18 00:29:22 +02:00
Fixed inspection issues.
This commit is contained in:
parent
16497b76c5
commit
96d7e4c9f4
45 changed files with 448 additions and 89 deletions
|
@ -88,6 +88,7 @@ trait AdvancedPropertyTrait
|
|||
* Sets a comma separated list of tags, that are assigned to this part.
|
||||
*
|
||||
* @param string $tags The new tags
|
||||
* @return $this
|
||||
*/
|
||||
public function setTags(string $tags): self
|
||||
{
|
||||
|
@ -110,6 +111,7 @@ trait AdvancedPropertyTrait
|
|||
* Sett to null, if the mass is unknown.
|
||||
*
|
||||
* @param float|null $mass the new mass
|
||||
* @return $this
|
||||
*/
|
||||
public function setMass(?float $mass): self
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue