We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6bb4e commit d829020Copy full SHA for d829020
components/http_foundation.rst
@@ -737,7 +737,7 @@ provides two public methods called getAbsoluteUrl() and getRelativePath()::
737
$this->urlHelper = $urlHelper;
738
}
739
740
- public function normalize($user, $format = null, array $context = [])
+ public function normalize($user)
741
{
742
return [
743
'avatar' => $this->urlHelper->getAbsoluteUrl($user->avatar()->path()),
0 commit comments