Skip to content

Commit 3ec095f

Browse files
Merge branch '2.7' into 2.8
* 2.7: `@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/DependencyInjection/Tests/Dumper/PhpDumperTest.php src/Symfony/Component/Finder/Finder.php src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php src/Symfony/Component/Security/Acl/Domain/ObjectIdentity.php src/Symfony/Component/Security/Acl/Model/AclInterface.php src/Symfony/Component/Security/Acl/Model/MutableAclProviderInterface.php src/Symfony/Component/Security/Acl/Permission/MaskBuilder.php src/Symfony/Component/Translation/Loader/XliffFileLoader.php src/Symfony/Component/Yaml/Tests/InlineTest.php
2 parents 830e994 + 5795f68 commit 3ec095f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Expression/Expression.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ public function isGlob()
125125
}
126126

127127
/**
128-
* @throws \LogicException
129-
*
130128
* @return Glob
129+
*
130+
* @throws \LogicException
131131
*/
132132
public function getGlob()
133133
{

Finder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ public function useBestAdapter()
133133
*
134134
* @param string $name
135135
*
136-
* @throws \InvalidArgumentException
137-
*
138136
* @return Finder The current Finder instance
139137
*
138+
* @throws \InvalidArgumentException
139+
*
140140
* @deprecated since 2.8, to be removed in 3.0.
141141
*/
142142
public function setAdapter($name)

0 commit comments

Comments
 (0)