Skip to content

Commit 1e4d987

Browse files
committed
Fixing some line lengths
1 parent d3170c4 commit 1e4d987

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

book/translation.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,8 @@ for that library.
824824
Translating Constraint Messages
825825
-------------------------------
826826

827-
The best way to understand constraint translation is to see it in action. To start, suppose
828-
you've created a plain-old-PHP object that you need to use somewhere in
827+
The best way to understand constraint translation is to see it in action. To start,
828+
suppose you've created a plain-old-PHP object that you need to use somewhere in
829829
your application:
830830

831831
.. code-block:: php
@@ -838,7 +838,9 @@ your application:
838838
public $name;
839839
}
840840
841-
Add constraints though any of the supported methods. Set the message option to the translation source text. For example, to guarantee that the $name property is not empty, add the following:
841+
Add constraints though any of the supported methods. Set the message option to the
842+
translation source text. For example, to guarantee that the $name property is not
843+
empty, add the following:
842844

843845
.. configuration-block::
844846

0 commit comments

Comments
 (0)