You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 5.3:
[Form] fix support for years outside of the 32b range on x86 arch
CS fix
remove duplicate test
Add an upgrade note about the removal of Serializable
[SecurityBundle] Don't register deprecated listeners with authenticator manager enabled
$this->assertStringEndsWith('Only integer Unix timestamps and DateTime objects are supported. Please install the "intl" extension for full localization capabilities.', $e->getMessage());
78
+
$this->assertStringEndsWith('Only Unix timestamps and DateTime objects are supported. Please install the "intl" extension for full localization capabilities.', $e->getMessage());
0 commit comments