mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 05:55:16 +01:00
Fixed some inspection issues.
This commit is contained in:
@@ -297,7 +297,7 @@ abstract class AbstractStructuralDBElement extends AttachmentContainingDBElement
|
||||
/**
|
||||
* Sets the new parent object.
|
||||
*
|
||||
* @param self $new_parent The new parent object
|
||||
* @param AbstractStructuralDBElement|null $new_parent The new parent object
|
||||
*
|
||||
* @return AbstractStructuralDBElement
|
||||
*/
|
||||
@@ -316,7 +316,7 @@ abstract class AbstractStructuralDBElement extends AttachmentContainingDBElement
|
||||
/**
|
||||
* Set the comment.
|
||||
*
|
||||
* @param string $new_comment the new comment
|
||||
* @param string|null $new_comment the new comment
|
||||
*
|
||||
* @return AbstractStructuralDBElement
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user