Skip to content

Commit 783ce6a

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Fix a wrong code block syntax
2 parents bf82069 + 53c029d commit 783ce6a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup/flex_private_recipes.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ recipe, you also need to generate a new ``"ref"`` value.
6767

6868
.. tip::
6969

70-
Use the following PHP script to generate a random ``"ref"`` value.
71-
72-
.. code-block::
70+
Use the following PHP script to generate a random ``"ref"`` value::
7371

7472
echo bin2hex(random_bytes(20));
7573

0 commit comments

Comments
 (0)