Skip to content

Commit cac0d78

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Fix a wrong code block syntax
2 parents 56da43b + bbc67f6 commit cac0d78

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)