8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4357d7 commit 695d84bCopy full SHA for 695d84b
src/Symfony/Component/Config/Resource/ClassExistenceResource.php
@@ -118,8 +118,10 @@ public function unserialize($serialized)
118
119
/**
120
* @throws \ReflectionException When $class is not found and is required
121
+ *
122
+ * @internal
123
*/
- private static function throwOnRequiredClass($class)
124
+ public static function throwOnRequiredClass($class)
125
{
126
if (self::$autoloadedClass === $class) {
127
return;
0 commit comments