Skip to content

Commit d59076f

Browse files
committed
[symfony#1960] Adding line break to shorten the line
1 parent 85e5a39 commit d59076f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/dependency_injection/compilation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ Creating a Compiler Pass
252252
------------------------
253253

254254
You can also create and register your own compiler passes with the container.
255-
To create a compiler pass it needs to implement the :class:`Symfony\\Component\\DependencyInjection\\Compiler\\CompilerPassInterface`
255+
To create a compiler pass it needs to implement the
256+
:class:`Symfony\\Component\\DependencyInjection\\Compiler\\CompilerPassInterface`
256257
interface. The compiler pass gives you an opportunity to manipulate the service
257258
definitions that have been compiled. This can be very powerful, but is not
258259
something needed in everyday use.

0 commit comments

Comments
 (0)