Fixed some inspection issues.

This commit is contained in:
Jan Böhmer 2022-08-14 19:39:07 +02:00
parent 639829f5c5
commit 8e6bc25d2e
19 changed files with 39 additions and 40 deletions

View file

@ -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
*/