From 671aa738affb77c16a80af83caea5fb5088ecdea Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 13 May 2017 02:51:14 -0600 Subject: [PATCH] docs: dedent doc output --- docs/configuration.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 25f25fd0..603812a2 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -11,12 +11,12 @@ passed in under each field in your behavior configuration. - ``writer``: Returns a WriterInterface class name. - - Default: (string) + - Default: (string) ``Josegonzalez\Upload\File\Writer\DefaultWriter`` - ``transformer``: Returns a TransformerInterface class name. Can also be a PHP `callable`. - - Default: (string) + - Default: (string) ``Josegonzalez\Upload\File\Transformer\DefaultTransformer`` - ``path``: A path relative to the ``filesystem.root``. @@ -57,12 +57,12 @@ passed in under each field in your behavior configuration. - ``filesystem``: An array of configuration info for configuring the writer - If using the DefaultWriter, the following options are available: + If using the DefaultWriter, the following options are available: - - Options: + - Options: - - ``filesystem.root``: (default ``ROOT . DS``) Directory where files should be written to by default - - ``filesystem.adapter``: (default Local Flysystem Adapter) A Flysystem-compatible adapter. Can also be a callable that returns an adapter. + - ``filesystem.root``: (default ``ROOT . DS``) Directory where files should be written to by default + - ``filesystem.adapter``: (default Local Flysystem Adapter) A Flysystem-compatible adapter. Can also be a callable that returns an adapter. - ``nameCallback``: A callable that can be used by the default pathProcessor to rename a file. Only handles original file naming.