]> git.mxchange.org Git - friendica.git/commitdiff
Mark ItemInserter as internal
authorArt4 <art4@wlabs.de>
Thu, 23 Jan 2025 09:16:14 +0000 (09:16 +0000)
committerArt4 <art4@wlabs.de>
Thu, 23 Jan 2025 09:16:14 +0000 (09:16 +0000)
src/Model/ItemInserter.php

index 0db7ea1d0af253cfa529a852e7aa82a741fc940b..7576fce203d1056ad84e9a6eb663de5eaf53bbb6 100644 (file)
@@ -13,6 +13,8 @@ use Friendica\Protocol\Activity;
 /**
  * A helper class for inserting an Item Model
  *
+ * @internal only for use in Friendica\Content\Item class
+ *
  * @see Item::insert()
  */
 final class ItemInserter