29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-26 07:13:21 +00:00

Nodeinterface: Fixing docblock (#40312)

This commit is contained in:
Hannes Papenberg 2023-04-04 08:29:33 +02:00 committed by GitHub
parent 7047623c09
commit 62d3b6df87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ interface NodeInterface extends ImmutableNodeInterface
*
* If the node already has a parent, the link is unset
*
* @param NodeInterface|null $parent NodeInterface for the parent to be set or null
* @param NodeInterface $parent NodeInterface for the parent to be set
*
* @return void
*

View File

@ -27,7 +27,7 @@ trait NodeTrait
*
* If the node already has a parent, the link is unset
*
* @param NodeInterface|null $parent NodeInterface for the parent to be set or null
* @param NodeInterface $parent NodeInterface for the parent to be set
*
* @return void
*