Skip to content

Commit 967459a

Browse files
committed
Fix CI
1 parent 752fcfb commit 967459a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

configuration.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,7 @@ configuration file using a special syntax: wrap the parameter name in two ``%``
213213
'email_address' => param('app.admin_email'),
214214
215215
// ... but if you prefer it, you can also pass the name as a string
216-
<<<<<<< HEAD
217216
// surrounded by two % (same as in YAML format) and Symfony will
218-
=======
219-
// surrounded by two % (same as in the YAML format) and Symfony will
220-
>>>>>>> 7.4
221217
// replace it by that parameter value
222218
'email_address' => '%app.admin_email%',
223219
]);

setup/bundles.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,3 @@ as a starting point for your own GitHub CI configuration:
156156
157157
.. _`Symfony releases plan`: https://symfony.com/releases
158158
.. _`Composer path repository option`: https://getcomposer.org/doc/05-repositories.md#path
159-
.. _`gromnan/symfony-config-xml-to-php`: https://github.com/GromNaN/symfony-config-xml-to-php

0 commit comments

Comments
 (0)