File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 21
21
"nette/utils" : " ^3.1.1" ,
22
22
"nikic/php-parser" : " ^4.3.0" ,
23
23
"ondram/ci-detector" : " ^3.1" ,
24
- "ondrejmirtes/better-reflection" : " ^3.5.6 " ,
24
+ "ondrejmirtes/better-reflection" : " ^4.0.1 " ,
25
25
"phpstan/phpdoc-parser" : " ^0.4.3" ,
26
26
"react/child-process" : " ^0.6.1" ,
27
27
"react/event-loop" : " ^1.1" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ public function testExpectedFiles(): void
19
19
if ($ vendorPath === false ) {
20
20
throw new \PHPStan \ShouldNotHappenException ();
21
21
}
22
- foreach ($ finder ->files ()->name ('composer.json ' )->in (__DIR__ . '/../../../vendor ' ) as $ fileInfo ) {
22
+ foreach ($ finder ->files ()->name ('composer.json ' )->in (__DIR__ . '/../../../vendor ' )->exclude ([
23
+ 'ondrejmirtes/better-reflection/test ' ,
24
+ ]) as $ fileInfo ) {
23
25
$ realpath = $ fileInfo ->getRealPath ();
24
26
if ($ realpath === false ) {
25
27
throw new \PHPStan \ShouldNotHappenException ();
You can’t perform that action at this time.
0 commit comments