Coding Standard issues - #3483521
2 unresolved threads
2 unresolved threads
Closes #3483521 - Coding Standard issues
Merge request reports
Activity
added 1 commit
- 3b78440f - Issue-3483521-coding-standard-issues: Solved some more phpcs errors.
added 1 commit
- 4fa72466 - Issue-3483521-coding-standard-issues: Solved some more phpstan errors.
added 1 commit
- 650bbb23 - Issue-3483521-coding-standard-issues: Solved some more phpstan errors.
added 1 commit
- 0fc214aa - Issue-3483521-coding-standard-issues: Solved CSpell errors.
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 { changed this line in version 6 of the diff
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 { changed this line in version 6 of the diff
Please register or sign in to reply