Skip to content

Commit 7f0cd24

Browse files
authored
fix documentation build errors
1 parent d0aaf9e commit 7f0cd24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Resources/doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ application:
9797
9898
- The ``services`` node allows you to provide custom services to the underlying ``DependencyFactory`` part of ``doctrine/migrations``.
9999
- The node ``factories`` is similar to ``services``, with the difference that it accepts only callables.
100+
100101
The provided callable must return the service to be passed to the ``DependencyFactory``.
101102
The callable will receive as first argument the ``DependencyFactory`` itself,
102103
allowing you to fetch other dependencies from the factory while instantiating your custom dependencies.
@@ -358,7 +359,7 @@ just have to add the following configuration option to your doctrine configurati
358359
359360
.. code-block:: xml
360361
361-
<doctrine:dbal schema-filter="~^(?!t_)~" ... />
362+
<doctrine:dbal schema-filter="~^(?!t_)~" />
362363
363364
364365
.. code-block:: php

0 commit comments

Comments
 (0)