Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Description
When listing a lot of related methods, documentation pages use different strategies:
1) Regular<ul> lists (seehttp://symfony.com/doc/current/components/http_foundation/sessions.html#session-api)
2) Regular<dl> lists (seehttp://symfony.com/doc/current/components/config/definition.html#default-and-required-values)
3) Weird mix of<ul> and<dl> lists
Is it worth it to normalize these method listings?


