5.4
Commits on Aug 16, 2022
-
minor #17186 [Cache] Add return hint (mohamedGasmii)
This PR was merged into the 5.4 branch. Discussion ---------- [Cache] Add return hint Add Response return hint <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- b3ea56c [Cache] Add return hint
Commits on Aug 15, 2022
-
minor #17168 [Routing] add missing actions return hints (mohamedGasmii)
This PR was merged into the 5.4 branch. Discussion ---------- [Routing] add missing actions return hints Add missing return hints <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 98f9219 [Routing] add missing action return hints
-
minor #17173 Adding info about login throttling (ThomasLandauer)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- Adding info about login throttling Commits ------- 4292c65 Adding info about login throttling
-
-
minor #17177 Deleting duplicate "default" (ThomasLandauer)
This PR was merged into the 5.4 branch. Discussion ---------- Deleting duplicate "default" Since you cannot configure the ``5 * max_attempts`` part, this is an unnecessary duplication. Commits ------- b325b4f Deleting duplicate "default"
-
-
minor #17176 [Console] Add return for execute() (mohamedGasmii)
This PR was merged into the 5.4 branch. Discussion ---------- [Console] Add return for execute() Add return hint for execute() & add return Command::SUCCESS as return. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 11b4dbd [Console] Add return hint
-
minor #17175 [Console] Add return for execute() (mohamedGasmii)
This PR was merged into the 5.4 branch. Discussion ---------- [Console] Add return for execute() Return value of execute() must be of the type int <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 4361e9e [Console] Add return for execute()
-
minor #17172 [Console] add SignalableCommandInterface link (mohamedGa…
…smii) This PR was merged into the 5.4 branch. Discussion ---------- [Console] add SignalableCommandInterface link Add SignalableCommandInterface link & return hint for handleSignal <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- cf1cd12 [Console] add SignalableCommandInterface link
-
minor #17171 Adding type hint (ThomasLandauer)
This PR was merged into the 5.4 branch. Discussion ---------- Adding type hint Commits ------- f72042d Adding type hint
-
-
minor #17180 Adding note box about valid values for "interval" (Thoma…
…sLandauer) This PR was merged into the 5.4 branch. Discussion ---------- Adding note box about valid values for "interval" Copied from https://symfony.com/doc/5.4/rate_limiter.html#configuration Commits ------- 62c4220 Adding note box about valid values for "interval"
-
minor #17158 Typo fix (andyexeter)
This PR was submitted for the 6.1 branch but it was squashed and merged into the 4.4 branch instead. Discussion ---------- Typo fix "Secret" should be plural "Secrets" in this context. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 9dfb4b5 Typo fix
-
-
minor #17169 Adding missing
use
(ThomasLandauer)This PR was merged into the 5.4 branch. Discussion ---------- Adding missing `use` Commits ------- 3e95b3e Adding missing `use`
-
minor #17166 Trying to fix code sample syntax (ThomasLandauer)
This PR was merged into the 5.4 branch. Discussion ---------- Trying to fix code sample syntax Thanks to `@alexislefebvre` at #17154 (comment) Commits ------- 7261de9 Trying to fix code sample syntax
Commits on Aug 14, 2022
-
-
Since you cannot configure the ``5 * max_attempts`` part, this is an unnecessary duplication.
-
Add return hint for execute() & add return Command::SUCCESS as return.
-
[Console] Add return for execute()
Return value of execute() must be of the type int
-
[Console] add SignalableCommandInterface link
Add SignalableCommandInterface link & return hint for handleSignal
-
-
-
[Routing] add missing action return hints
Add missing return hints
Commits on Aug 13, 2022
Commits on Aug 11, 2022
-
* 4.4: Add event subscriber example to mailer documentation amqp no autocreate queues, see #16689
-
-
minor #16744 Add event subscriber example to mailer documentation (al…
…exander-schranz) This PR was squashed before being merged into the 4.4 branch. Discussion ---------- Add event subscriber example to mailer documentation I could not find something about events in the docs but could find the following event in the code. Commits ------- 70fa4c0 Add event subscriber example to mailer documentation
-
-
-
-
minor #17152 Adding comment about route name (ThomasLandauer)
This PR was merged into the 5.4 branch. Discussion ---------- Adding comment about route name Commits ------- dbf3a70 Adding comment about route name