mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-13 10:49:32 +01:00
Added import for storelocations
This commit is contained in:
@@ -340,11 +340,11 @@ abstract class AbstractStructuralDBElement extends AttachmentContainingDBElement
|
||||
/**
|
||||
* Set the comment.
|
||||
*
|
||||
* @param string|null $new_comment the new comment
|
||||
* @param string $new_comment the new comment
|
||||
*
|
||||
* @return AbstractStructuralDBElement
|
||||
*/
|
||||
public function setComment(?string $new_comment): self
|
||||
public function setComment(string $new_comment): self
|
||||
{
|
||||
$this->comment = $new_comment;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user