Adding methods for sequential processing and filtering of class reflections #2690
Annotations
10 errors and 1 warning
PHPStan:
src/SourceLocator/Type/AnonymousClassObjectSourceLocator.php#L82
Call to an undefined method Roave\BetterReflection\Reflection\Reflection::getLocatedSource().
|
PHPStan:
src/SourceLocator/Type/SourceFilter/AggregateFilter.php#L9
Property Roave\BetterReflection\SourceLocator\Type\SourceFilter\AggregateFilter::$filters type has no value type specified in iterable type array.
|
PHPStan:
src/SourceLocator/Type/SourceFilter/FileNameContainsFilter.php#L9
Method Roave\BetterReflection\SourceLocator\Type\SourceFilter\FileNameContainsFilter::__construct() has parameter $substrings with no value type specified in iterable type array.
|
PHPStan:
src/SourceLocator/Type/SourceFilter/SourceContainsFilter.php#L9
Method Roave\BetterReflection\SourceLocator\Type\SourceFilter\SourceContainsFilter::__construct() has parameter $substrings with no value type specified in iterable type array.
|
PHPStan:
test/unit/SourceLocator/Type/DirectoriesSourceLocatorTest.php#L67
Method Roave\BetterReflectionTest\SourceLocator\Type\DirectoriesSourceLocatorTest::testIterateClasses() has parameter $expected with no value type specified in iterable type array.
|
PHPStan:
test/unit/SourceLocator/Type/DirectoriesSourceLocatorTest.php#L67
Method Roave\BetterReflectionTest\SourceLocator\Type\DirectoriesSourceLocatorTest::testIterateClasses() has parameter $filter with no value type specified in iterable type array.
|
PHPStan:
test/unit/SourceLocator/Type/DirectoriesSourceLocatorTest.php#L88
Method Roave\BetterReflectionTest\SourceLocator\Type\DirectoriesSourceLocatorTest::iterateClassesProvider() return type has no value type specified in iterable type array.
|
PHPStan:
test/unit/SourceLocator/Type/FileIteratorSourceLocatorTest.php#L67
Method Roave\BetterReflectionTest\SourceLocator\Type\FileIteratorSourceLocatorTest::testIterateClasses() has parameter $expected with no value type specified in iterable type array.
|
PHPStan:
test/unit/SourceLocator/Type/FileIteratorSourceLocatorTest.php#L67
Method Roave\BetterReflectionTest\SourceLocator\Type\FileIteratorSourceLocatorTest::testIterateClasses() has parameter $filter with no value type specified in iterable type array.
|
PHPStan:
test/unit/SourceLocator/Type/FileIteratorSourceLocatorTest.php#L88
Method Roave\BetterReflectionTest\SourceLocator\Type\FileIteratorSourceLocatorTest::iterateClassesProvider() return type has no value type specified in iterable type array.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading