mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 11:33:49 +00:00
PHP CS Fixer updated (3.63.1 -> v3.64.0)
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