Skip to content

Commit 467ae93

Browse files
Merge branch '3.0' into 3.1
* 3.0: `@throws` annotations should go after `@return` Fix merge updated VERSION for 2.3.42 update CONTRIBUTORS for 2.3.42 updated CHANGELOG for 2.3.42 Revert "bug #18908 [DependencyInjection] force enabling the external XML entity loaders (xabbuh)" Partial revert of previous PR [DependencyInjection] Skip deep reference check for 'service_container' Catch \Throwable [Serializer] Add missing @throws annotations Fix for #18843 force enabling the external XML entity loaders Removed UTC specification with timestamp Conflicts: src/Symfony/Component/Yaml/Tests/InlineTest.php
2 parents de4ca93 + 56efce0 commit 467ae93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

HttpCache/HttpCache.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ public function getKernel()
154154
* Gets the Surrogate instance.
155155
*
156156
* @return SurrogateInterface A Surrogate instance
157+
*
158+
* @throws \LogicException
157159
*/
158160
public function getSurrogate()
159161
{

0 commit comments

Comments
 (0)