Update src/Content/Item.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Michael Vogel 2023-07-09 21:18:27 +02:00 committed by GitHub
parent 300825dcac
commit 4f62ab6168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ class Item
*
* @param array $item
* @param bool $add_media true = Media is added to the body
* @param bool $for_display true = The share block is used for display puposes, false = used for connectors, transport to other systems, ...
* @param bool $for_display true = The share block is used for display purposes, false = used for connectors, transport to other systems, ...
* @return string
*/
public function createSharedBlockByArray(array $item, bool $add_media = false, bool $for_display = false): string