mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-21 04:32:51 +00:00
update cs after php-cs-fixer upgrade
This commit is contained in:
@@ -226,7 +226,7 @@ final readonly class SocialWorkMetadata implements SocialWorkMetadataInterface
|
||||
float $orderingParent,
|
||||
float $orderingChild,
|
||||
?SocialAction $previousSocialAction,
|
||||
?SocialAction $previousSocialActionChild
|
||||
?SocialAction $previousSocialActionChild,
|
||||
): array {
|
||||
if (null === $socialActionTitle) {
|
||||
return [
|
||||
@@ -275,7 +275,7 @@ final readonly class SocialWorkMetadata implements SocialWorkMetadataInterface
|
||||
float $orderingParent,
|
||||
float $orderingChild,
|
||||
?SocialIssue $previousSocialIssue,
|
||||
?SocialIssue $previousSocialIssueChild
|
||||
?SocialIssue $previousSocialIssueChild,
|
||||
): array {
|
||||
$return = [];
|
||||
|
||||
|
Reference in New Issue
Block a user