Skip to content
/ config Public

Commit 9a34c52

Browse files
Merge branch '7.4' into 8.0
* 7.4: [HttpFoundation] Fix session cookie_lifetime not applied in mock session storage [Validator] Fix test [Serializer] Fix denormalization of magic `__set` properties [Config] Fix NodeDefinition template to be covariant Add 'sms' to hostless schemes [Validator] Fix required options check when extending a constraint with a simplified constructor [Validator] Skip ExpressionLanguage requirement in When constraint for closure expressions [Cache] Add timeout and slot eviction to LockRegistry stampede prevention [Console] Fix OUTPUT_RAW corrupting binary content on Windows [Form] Fix session data contamination by non-serializable objects in form flow [Mime] Use shell_exec() instead of passthru() in FileBinaryMimeTypeGuesser [HttpClient] Fix streaming from CachingHttpClient [DoctrineBridge] Rename `_schema_subscriber_check` table to `schema_subscriber_check_` for Oracle compatibility [HttpClient] Fix CachingHttpClient compatibility with decorator clients on 304 responses [FrameworkBundle] Fix stale container after reboot in KernelTestCase [Form] Fix duplicate validation errors when ValidatorExtension is instantiated multiple times
2 parents 94ea198 + 6c17162 commit 9a34c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Definition/Builder/NodeDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* This class provides a fluent interface for defining a node.
2121
*
22-
* @template TParent of NodeParentInterface|null = null
22+
* @template-covariant TParent of NodeParentInterface|null = null
2323
*
2424
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
2525
*/

0 commit comments

Comments
 (0)