55 Commits

Author SHA1 Message Date
Javier Eguiluz
87e89f6d03 Merge branch '6.4' into 7.3
* 6.4:
  Fix misc grammar issues
  Fix some typos
  [Mercure] Fix a minor RST syntax issue
  Fix some code examples by removing the constructor return type
2026-01-08 13:30:30 +01:00
Javier Eguiluz
ae5d13faa7 minor #21683 Fix misc grammar issues (javiereguiluz)
This PR was squashed before being merged into the 6.4 branch.

Discussion
----------

 Fix misc grammar issues

Commits
-------

8177d119f  Fix misc grammar issues
2026-01-08 13:24:41 +01:00
Javier Eguiluz
8177d119fb Fix misc grammar issues 2026-01-08 13:24:37 +01:00
Javier Eguiluz
92044b801f Fix some code examples by removing the constructor return type 2026-01-07 12:56:16 +01:00
Javier Eguiluz
fbd0e63f1f Merge branch '6.4' into 7.3
* 6.4:
  fix lock target pattern
2025-11-12 08:40:47 +01:00
Christian Flothmann
c6b75cd0c0 fix lock target pattern 2025-11-10 10:50:50 +01:00
Javier Eguiluz
68f6916a67 Merge branch '6.4' into 7.3
* 6.4:
  fix(documentation): reorder service id on target attribute
2025-10-27 08:44:28 +01:00
Laurent Quétier
3df64f7f34 fix(documentation): reorder service id on target attribute
When I use the name with suffix `.lock.factory`, the service was not found.

After a `debug:container LockFatory`, I see the service ID is `lock.xxx.factory`. `xxx` being the named service wanted.
2025-10-23 15:06:38 +02:00
Christian Flothmann
f9c60f491a Merge branch '6.4' into 7.3
* 6.4:
  Fix “construtor” typos across docs (constructor)
  Fix typo in encoders.rst (Serveral → Several)
2025-10-21 08:54:27 +02:00
Ali Sol
06494a897b Fix “construtor” typos across docs (constructor)
Token-only typo fixes (no style/wording/formatting changes):
- html_sanitizer.rst: construtor → constructor
- lock.rst: construtor → constructor
- rate_limiter.rst: construtor → constructor
- reference/configuration/framework.rst: construtor → constructor
- workflow.rst: construtor → constructor
2025-10-20 16:05:54 +03:30
Javier Eguiluz
50acd66506 Merge branch '6.4' into 7.3
* 6.4:
  [Asset][Lock][RateLimiter] Use the `#[Target]` attribute in some examples
2025-09-19 16:07:18 +02:00
Javier Eguiluz
5d245909d1 [Asset][Lock][RateLimiter] Use the #[Target] attribute in some examples 2025-09-19 16:02:09 +02:00
Javier Eguiluz
78b9a86231 Merge branch '6.4' into 7.2
* 6.4:
  Fix a minor RST syntax issue
  Improve grammar and expressions for American English
2025-07-09 08:43:00 +02:00
copilot-swe-agent[bot]
6914778eef Improve grammar and expressions for American English 2025-07-09 08:32:14 +02:00
Oskar Stark
f3c8163f27 minor 2025-06-04 23:07:19 +02:00
Javier Eguiluz
9f396ee8cc Added the missing versionadded directive 2025-03-10 09:40:43 +01:00
HypeMC
8b245b252f [FrameworkBundle] Using existing services as lock/semaphore resources 2025-03-08 23:32:42 +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
Alexandre Daubois
bbd1d8e092 Remove all 6.x versionadded on 7.0 2023-10-16 13:51:42 +02:00
Alexandre Daubois
0a00d17c6c Add return types and parameter types 2023-07-13 11:34:31 +02:00
Javier Eguiluz
8acc27e454 Merge branch '5.4' into 6.2
* 5.4:
  [Config] Introducing the new `param()` function as early as possible
  [Lock] Add Redis Secure DSN example
2023-06-06 12:38:08 +02:00
Alexandre Daubois
4ac5d8984a [Lock] Add Redis Secure DSN example 2023-06-05 16:38:16 +02:00
Alexandre Daubois
472f5794d3 Add property types and return types in a few places 2023-05-31 09:23:59 +02:00
Jacob Dreesen
fee66c0fb8 Fix code block 2023-05-24 10:01:51 +02:00
Javier Eguiluz
491704c66b Merge branch '5.4' into 6.2
* 5.4:
  Remove index directive
2023-03-29 10:08:09 +02:00
Antoine Lamirault
d7e844d9f2 Remove index directive 2023-03-27 19:56:40 +02:00
Wouter de Jong
2004ca705f Merge branch '6.0' into 6.1
* 6.0:
  Make various changes/updates on the Lock docs
2022-11-25 14:34:00 +01:00
Wouter de Jong
8354aa6242 Merge remote-tracking branch 'origin/5.4' into 6.0
* origin/5.4:
  Make various changes/updates on the Lock docs
2022-11-25 14:33:54 +01:00
Fabien Potencier
bf6c6ae2c7 Make various changes/updates on the Lock docs 2022-11-25 14:31:24 +01:00
Javier Eguiluz
439b3987fc Merge branch '6.0' into 6.1
* 6.0:
  Replace Route annotations with attributes, remove Route annotation configuration block
2022-08-10 17:16:20 +02:00
Romain Monteil
695332ccee Replace Route annotations with attributes, remove Route annotation configuration block 2022-08-10 15:45:01 +02:00
Javier Eguiluz
738d12ee72 [Lock] Mention the CSV DSN in ZookeeperStore 2022-07-22 13:02:28 +02:00
Oliver Kossin
145de8e7a4 Remove deprecated Docs ind "lock" 2022-06-15 13:05:27 +02:00
Jules Pietri
e0e8a74698 Use PHP-DSL env() configurator when possible 2022-05-14 11:50:44 +02:00
Javier Eguiluz
d4a76aeca4 Merge branch '4.4' into 5.3
* 4.4:
  Correct spelling & grammar in 4.4 testing.rst
  Correct spelling & grammar in 4.4 controller/
  Correct spelling & grammar in 4.4 configuration/
  Correct spelling & grammar in 4.4 components/yaml/
  Correct spelling & grammar in 4.4 components/security/
  Correct spelling & grammar in 4.4 components/http_foundation/
  Correct spelling & grammar in 4.4 components/cache/
  Correct spelling & grammar in 4.4 logging.rst
  Correct spelling & grammar in 4.4 lock.rst
  Correct spelling & grammar in 4.4 http_client.rst
  Correct spelling & grammar in 4.4 http_cache.rst
2021-12-16 20:22:02 +01:00
gnito-org
5b66d46a42 Correct spelling & grammar in 4.4 lock.rst 2021-12-14 07:42:41 -04:00
Javier Eguiluz
3ee48b1bcc Merge branch '4.4' into 5.3
* 4.4:
  docs(lock): fix typo in symfony lock documentation
2021-12-02 12:05:59 +01:00
Javier Eguiluz
ea11977397 Tweak 2021-12-02 12:05:09 +01:00
Hugo Nicolas
ca12801a7b docs(lock): fix typo in symfony lock documentation 2021-12-02 07:56:44 +01:00
Nyholm
e57adb90d8 [ConfigBuilder] Replace all framework config 2021-04-30 15:57:41 +02:00
Wouter de Jong
4933d45341 [RateLimiter][Security] More precisely document advanced rate limiter configuration 2021-04-21 09:53:27 +02:00
Javier Eguiluz
c974e11385 Merge branch '5.1' into 5.2
* 5.1:
  [Lock] Use .inner instead of decorating_service_id + '.inner'
2021-01-18 16:44:39 +01:00
Sebastian Paczkowski
2755910b95 [Lock] Use .inner instead of decorating_service_id + '.inner' 2021-01-15 21:14:17 +01:00
Javier Eguiluz
e9dc82f281 Merge branch '5.1' into 5.2
* 5.1:
  [Validator] Fix ExpressionLanguageSyntax example
  Fix broken configuration block
2020-11-16 08:54:14 +01:00
Javier Eguiluz
68525bedce Merge branch '4.4' into 5.1
* 4.4:
  Fix broken configuration block
2020-11-16 08:53:17 +01:00
HypeMC
1aa619a120 Fix broken configuration block 2020-11-13 17:49:22 +01:00
Javier Eguiluz
a7e12d1326 Merge branch '5.1' into 5.x
* 5.1:
  Add context for json encoding/decoding.
  Fix example in lock
  Fix small typo
2020-10-17 12:57:50 +02:00
Javier Eguiluz
d47b5e1c30 Merge branch '4.4' into 5.1
* 4.4:
  Add context for json encoding/decoding.
  Fix example in lock
  Fix small typo
2020-10-17 12:57:32 +02:00
Jérémy Derussé
81d6877f02 Replace LockInterface by LockFactory in DI 2020-10-16 14:40:10 +02:00