Javier Eguiluz
0403aae2cb
Merge branch '6.4' into 7.3
...
* 6.4:
Remove some idioms and simplify expressions
2026-01-09 17:21:54 +01:00
Javier Eguiluz
c9b3b76d00
minor #21690 Remove some idioms and simplify expressions (javiereguiluz)
...
This PR was merged into the 6.4 branch.
Discussion
----------
Remove some idioms and simplify expressions
The audience of Symfony docs is worlwide and mostly non-native in English, so let's try to use simpler expressions if possible.
Commits
-------
ec70ebc24 Remove some idioms and simplify expressions
2026-01-09 17:18:55 +01:00
Javier Eguiluz
ef9ad3a15d
Merge branch '6.4' into 7.3
...
* 6.4:
Fix some grammar issues
2026-01-08 16:44:18 +01:00
Javier Eguiluz
18ef54507f
Fix some grammar issues
2026-01-08 16:36:18 +01:00
Javier Eguiluz
ec70ebc249
Remove some idioms and simplify expressions
2026-01-07 17:36:05 +01:00
Javier Eguiluz
8d2e44c76a
Merge branch '6.4' into 7.3
...
* 6.4:
[Testing] Update the docs about enabling the profiler in tests
2025-12-18 17:23:40 +01:00
Javier Eguiluz
7900ed4934
[Testing] Update the docs about enabling the profiler in tests
2025-12-15 17:40:17 +01:00
Javier Eguiluz
ac6d2569cb
Merge branch '6.4' into 7.3
...
* 6.4:
Update actions/checkout to v6
2025-11-24 12:13:26 +01:00
Oskar Stark
97dafc15c7
Update actions/checkout to v6
...
Update all occurrences of actions/checkout from v4 and v5 to the
latest v6 version across the documentation and workflow files.
2025-11-24 08:47:30 +01:00
Javier Eguiluz
ee511eaddc
Merge branch '6.4' into 7.3
...
* 6.4:
Updates related to the main PHPUnit configuration file
2025-08-11 08:53:56 +02:00
Javier Eguiluz
2b6d28bc50
Updates related to the main PHPUnit configuration file
2025-08-06 13:11:06 +02:00
Javier Eguiluz
3632bec611
Merge branch '6.4' into 7.3
...
* 6.4:
Tweaks
[Testing] fix phpunit.dist.xml code example
2025-08-06 13:04:46 +02:00
Javier Eguiluz
3e180f7cb5
Tweaks
2025-08-06 13:04:36 +02:00
Chad Meyers
fa5a1aa845
[Testing] fix phpunit.dist.xml code example
2025-08-06 12:59:13 +02:00
Javier Eguiluz
638b849299
Merge branch '6.4' into 7.2
...
* 6.4:
[DomCrawler] Add more details about some methods
2025-07-18 15:06:12 +02:00
Javier Eguiluz
89718f0c10
[DomCrawler] Add more details about some methods
2025-07-18 15:05:33 +02:00
Javier Eguiluz
e5d192ddcd
Merge branch '6.4' into 7.2
...
* 6.4:
[DomCrawler] Replace parents() by ancestors()
2025-06-02 08:40:57 +02:00
Antoine Lamirault
a496243c24
[DomCrawler] Replace parents() by ancestors()
2025-06-01 16:13:16 +02:00
Javier Eguiluz
7a5bf80076
Merge branch '6.4' into 7.2
...
* 6.4:
fix path to Panther web server router file
2025-04-25 10:30:52 +02:00
Christian Flothmann
d8ac292343
fix path to Panther web server router file
...
The path is used as an argument for the `php` binary which treats it
relative to the document root directory that is passed with the `-t`
option (in a typical Symfony application the document root directory
is `public` which is located in the same parent directory as the `tests`
directory).
2025-04-24 09:24:40 +02:00
Javier Eguiluz
8b65903279
Merge branch '6.4' into 7.2
...
* 6.4:
Update end_to_end.rst
2025-04-14 10:42:28 +02:00
Antoine M
b5f3bf13ed
Update end_to_end.rst
2025-04-11 14:43:37 +02:00
Javier Eguiluz
0cf7e639ea
Merge branch '6.4' into 7.2
...
* 6.4:
[Testing] Reorganize the introduction of some articles
2025-02-20 09:27:34 +01:00
Javier Eguiluz
95cdcf643d
[Testing] Reorganize the introduction of some articles
2025-02-19 15:58:03 +01:00
Javier Eguiluz
3fb81eb5b4
Merge branch '6.4' into 7.1
...
* 6.4:
[Panther] Sync documentation from upstream
2025-01-13 09:55:27 +01:00
Alexandre Daubois
efb59e63b7
[Panther] Sync documentation from upstream
2025-01-13 09:05:44 +01:00
Wouter de Jong
84ead23b4f
Merge remote-tracking branch 'origin/6.4' into 7.1
...
* origin/6.4:
Replaced caution blocks with warning
2024-12-07 12:11:20 +01:00
Timo Bakx
3849004fcc
Replaced caution blocks with warning
...
Fixes #20371
Both blocks are currently rendered identically. Keeping only one of the two makes it easier to contribute.
Some blocks were elevated to danger.
2024-12-07 12:02:55 +01:00
Javier Eguiluz
9dfe9ed851
Merge branch '6.4' into 7.1
...
* 6.4:
[Testing] Fix `:ref:` link
2024-10-14 19:41:11 +02:00
Javier Spagnoletti
cede098aae
[Testing] Fix :ref: link
2024-10-14 13:00:15 -03:00
Javier Eguiluz
03de67852b
Merge branch '6.4' into 7.1
...
* 6.4:
Add info about troubleshooting assets loading with Panther. - Can happen with any requested uri that look like a non `.php` file - Case can happen with AssetMapper.
2024-10-14 15:39:52 +02:00
Javier Eguiluz
78e0a190a8
Some rewords
2024-10-14 12:56:16 +02:00
Benjamin Georgeault
f2a68b5a4a
Add info about troubleshooting assets loading with Panther.
...
- Can happen with any requested uri that look like a non `.php` file
- Case can happen with AssetMapper.
2024-10-14 10:19:51 +02:00
Javier Eguiluz
e1573270fe
[Testing] Remove an old article
2024-09-25 17:49:56 +02:00
Julien Dephix
1976372c53
Fix typos in end_to_end.rst
2024-09-01 08:55:45 +02:00
Christian Flothmann
766dc26f89
Merge branch '5.4' into 6.4
...
* 5.4:
style: Typo in content title
2024-07-29 13:19:17 +02:00
Severin J
eb8cf60af1
style: Typo in content title
2024-07-29 12:41:49 +02:00
Javier Eguiluz
3a7ef1c74a
Merge branch '5.4' into 6.4
...
* 5.4:
style: Typo in database.rst title
2024-07-26 16:38:55 +02:00
Severin J
28a4853bec
style: Typo in database.rst title
2024-07-26 16:38:23 +02:00
Constantin Ross
c4ed2edc8c
Fix nullable entitymanager in functional repository tests
2024-04-06 23:52:59 +02:00
Javier Eguiluz
5606be1d3c
Merge branch '6.3' into 6.4
...
* 6.3:
use entity manager and repository instead of object manager/repository
2024-01-23 10:27:05 +01:00
Christian Flothmann
cf8bed8982
use entity manager and repository instead of object manager/repository
2024-01-18 17:10:07 +01:00
Javier Eguiluz
52e71c2876
Merge branch '6.3' into 6.4
...
* 6.3:
Update database.rst
2024-01-17 11:46:43 +01:00
Javier Eguiluz
f8beecde77
Minor tweak
2024-01-17 11:44:44 +01:00
Jeroen
23a8a630aa
Update database.rst
2024-01-17 11:43:33 +01:00
Alexandre Daubois
54114304aa
[Panther] Add component documentation
2023-11-15 09:56:43 +01:00
Javier Eguiluz
c12f5feeb3
Readd paragraph
2023-08-10 17:54:57 +02:00
dellamowica
93217a3e6a
Fix wrong env variable name
2023-08-10 17:54:16 +02:00
Alexandre Daubois
0a00d17c6c
Add return types and parameter types
2023-07-13 11:34:31 +02:00
Alexandre Daubois
d3e3df082c
Add property types
2023-07-12 11:43:47 +02:00