Skip to content
Snippets Groups Projects

Coding Standard issues - #3483521

2 unresolved threads

Closes #3483521 - Coding Standard issues

Merge request reports

Members who can merge are allowed to add commits.

Merge request pipeline failed for 3b78440f

Approval is optional
Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.
  • 1 commit will be added to 2.x.
  • Source branch will not be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
20 20 /**
21 21 * {@inheritdoc}
22 22 */
23 public function normalize($object, $format = NULL, array $context = []) {
23 public function normalize($object, $format = NULL, array $context = []): array|\ArrayObject|bool|float|int|string|null {
  • 20 20 /**
    21 21 * {@inheritdoc}
    22 22 */
    23 public function normalize($object, $format = NULL, array $context = []) {
    23 public function normalize($object, $format = NULL, array $context = []): array|\ArrayObject|bool|float|int|string|null {
    Please register or sign in to reply
    Loading