mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
cs fixer
This commit is contained in:
@@ -22,6 +22,8 @@ use function implode;
|
||||
|
||||
class SocialActionRender implements ChillEntityRenderInterface
|
||||
{
|
||||
public const AND_CHILDREN_MENTION = 'show_and_children_mention';
|
||||
|
||||
public const DEFAULT_ARGS = [
|
||||
self::SEPARATOR_KEY => ' > ',
|
||||
self::NO_BADGE => false,
|
||||
@@ -38,12 +40,10 @@ class SocialActionRender implements ChillEntityRenderInterface
|
||||
|
||||
/**
|
||||
* Show a mention "and children" on each SocialAction, if the social action
|
||||
* has at least one child
|
||||
* has at least one child.
|
||||
*/
|
||||
public const SHOW_AND_CHILDREN = 'show_and_children';
|
||||
|
||||
public const AND_CHILDREN_MENTION = 'show_and_children_mention';
|
||||
|
||||
private EngineInterface $engine;
|
||||
|
||||
private TranslatableStringHelper $translatableStringHelper;
|
||||
|
@@ -21,6 +21,8 @@ use function implode;
|
||||
|
||||
final class SocialIssueRender implements ChillEntityRenderInterface
|
||||
{
|
||||
public const AND_CHILDREN_MENTION = 'show_and_children_mention';
|
||||
|
||||
public const DEFAULT_ARGS = [
|
||||
self::SEPARATOR_KEY => ' > ',
|
||||
self::SHOW_AND_CHILDREN => false,
|
||||
@@ -31,11 +33,9 @@ final class SocialIssueRender implements ChillEntityRenderInterface
|
||||
|
||||
/**
|
||||
* Show a mention "and children" on each SocialIssue, if the social issue
|
||||
* has at least one child
|
||||
* has at least one child.
|
||||
*/
|
||||
public const SHOW_AND_CHILDREN = 'show_and_children';
|
||||
|
||||
public const AND_CHILDREN_MENTION = 'show_and_children_mention';
|
||||
public const SHOW_AND_CHILDREN = 'show_and_children';
|
||||
|
||||
private EngineInterface $engine;
|
||||
|
||||
|
Reference in New Issue
Block a user