8000 [Config] fix compat with wrapping autoloaders · symfony/symfony@695d84b · GitHub
[go: up one dir, main page]

Skip to content

Commit 695d84b

Browse files
[Config] fix compat with wrapping autoloaders
1 parent b4357d7 commit 695d84b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Component/Config/Resource/ClassExistenceResource.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,10 @@ public function unserialize($serialized)
118118

119119
/**
120120
* @throws \ReflectionException When $class is not found and is required
121+
*
122+
* @internal
121123
*/
122-
private static function throwOnRequiredClass($class)
124+
public static function throwOnRequiredClass($class)
123125
{
124126
if (self::$autoloadedClass === $class) {
125127
return;

0 commit comments

Comments
 (0)
0