Skip to content

Commit 779e983

Browse files
committed
minor #17811 [Config] [Misc] Fixed remaining HEAD (alexandre-daubois)
This PR was merged into the 6.0 branch. Discussion ---------- [Config] [Misc] Fixed remaining `HEAD` Even if 6.0 is unreleased, I guess it is still relevant to fix this on this branch 🙂 Commits ------- a41876f [Misc] Fixed remaining `HEAD`
2 parents a3c707c + a41876f commit 779e983

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

configuration.rst

-17
Original file line numberDiff line numberDiff line change
@@ -106,23 +106,6 @@ readable. These are the main advantages and disadvantages of each format:
106106
}
107107
}
108108

109-
<<<<<<< HEAD
110-
=======
111-
There isn't any practical difference between formats. In fact, Symfony
112-
transforms and caches all of them into PHP before running the application, so
113-
there's not even any performance difference between them.
114-
115-
YAML is used by default when installing packages because it's concise and very
116-
readable. These are the main advantages and disadvantages of each format:
117-
118-
* **YAML**: simple, clean and readable, but not all IDEs support autocompletion
119-
and validation for it. :ref:`Learn the YAML syntax <yaml-format>`;
120-
* **XML**: autocompleted/validated by most IDEs and is parsed natively by PHP,
121-
but sometimes it generates configuration considered too verbose. `Learn the XML syntax`_;
122-
* **PHP**: very powerful and it allows you to create dynamic configuration with
123-
arrays or a :ref:`ConfigBuilder <config-config-builder>`.
124-
125-
>>>>>>> 5.4
126109
Importing Configuration Files
127110
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
128111

contributing/code/pull_requests.rst

-4
Original file line numberDiff line numberDiff line change
@@ -505,11 +505,7 @@ PR. Before re-submitting the PR, rebase with ``upstream/6.x`` or
505505

506506
.. code-block:: terminal
507507
508-
<<<<<<< HEAD
509-
$ git rebase -f upstream/6.1
510-
=======
511508
$ git rebase -f upstream/6.x
512-
>>>>>>> 5.4
513509
$ git push --force origin BRANCH_NAME
514510
515511
.. note::

0 commit comments

Comments
 (0)