Skip to content

Commit 0605be9

Browse files
authored
Add info() method sample
1 parent 85dab9b commit 0605be9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/options_resolver.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,9 @@ method::
811811
$resolver->define('host')
812812
->required()
813813
->default('smtp.example.org')
814-
->allowedTypes('string');
814+
->allowedTypes('string')
815+
->info('The IP address or hostname');
816+
815817
$resolver->define('transport')
816818
->required()
817819
->default('transport')

0 commit comments

Comments
 (0)