File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \ErrorHandler ;
13
13
14
- use Doctrine \Common \Persistence \Proxy ;
14
+ use Doctrine \Common \Persistence \Proxy as LegacyProxy ;
15
+ use Doctrine \Persistence \Proxy ;
15
16
use PHPUnit \Framework \MockObject \Matcher \StatelessInvocation ;
16
17
use PHPUnit \Framework \MockObject \MockObject ;
17
18
use Prophecy \Prophecy \ProphecySubjectInterface ;
@@ -298,6 +299,7 @@ public static function checkClasses(): bool
298
299
&& !is_subclass_of ($ symbols [$ i ], ProphecySubjectInterface::class)
299
300
&& !is_subclass_of ($ symbols [$ i ], Proxy::class)
300
301
&& !is_subclass_of ($ symbols [$ i ], ProxyInterface::class)
302
+ && !is_subclass_of ($ symbols [$ i ], LegacyProxy::class)
301
303
) {
302
304
$ loader ->checkClass ($ symbols [$ i ]);
303
305
}
You can’t perform that action at this time.
0 commit comments