-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: Docs
-
None
-
None
-
PHP Drivers
-
None
-
None
-
None
-
None
-
None
-
None
php/doc-en#4754 recently modified the Manager constructor docs to move autoEncryptionOpts so that it was no longer nested within the table for driverOptions. This improved readability somewhat, but the table layout is still not ideal for options with large descriptions since the option name and type columns take up so much horizontal space.
Considering using <varlistentry> elements with separate groupings (see: Filter Constants for prior art), as that would allow the the option name/type to occupy one line and have the description below at full-width.