File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
use Prophecy \Prophecy \ProphecySubjectInterface ;
22
22
use ProxyManager \Proxy \ProxyInterface ;
23
23
use Symfony \Component \ErrorHandler \Internal \TentativeTypes ;
24
- use Symfony \Component \VarExporter \LazyGhostObjectInterface ;
24
+ use Symfony \Component \VarExporter \LazyObjectInterface ;
25
25
26
26
/**
27
27
* Autoloader checking if the class is really defined in the file found.
@@ -251,7 +251,7 @@ public static function checkClasses(): bool
251
251
&& !is_subclass_of ($ symbols [$ i ], ProphecySubjectInterface::class)
252
252
&& !is_subclass_of ($ symbols [$ i ], Proxy::class)
253
253
&& !is_subclass_of ($ symbols [$ i ], ProxyInterface::class)
254
- && !is_subclass_of ($ symbols [$ i ], LazyGhostObjectInterface ::class)
254
+ && !is_subclass_of ($ symbols [$ i ], LazyObjectInterface ::class)
255
255
&& !is_subclass_of ($ symbols [$ i ], LegacyProxy::class)
256
256
&& !is_subclass_of ($ symbols [$ i ], MockInterface::class)
257
257
&& !is_subclass_of ($ symbols [$ i ], IMock::class)
You can’t perform that action at this time.
0 commit comments