CI: remove duplicit PHP version from test matrix #696
Annotations
10 errors
PHPStan:
src/Meta/MetaLoader.php#L87
Call to method ReflectionClass<object>::isSubclassOf() with 'Orisai\\ObjectMapper\\MappedObject' will always evaluate to false.
|
PHPStan:
src/Meta/MetaLoader.php#L160
Parameter #1 $contextReflector of class Orisai\ReflectionMeta\Structure\ClassStructure constructor expects ReflectionClass<object>, ReflectionClass<Orisai\ObjectMapper\MappedObject> given.
|
PHPStan:
src/Meta/MetaLoader.php#L160
Parameter #1 $reflector of class Orisai\SourceMap\ClassSource constructor expects ReflectionClass<object>, ReflectionClass<Orisai\ObjectMapper\MappedObject> given.
|
PHPStan:
src/Meta/MetaLoader.php#L213
Call to method ReflectionClass<object>::isSubclassOf() with 'Orisai\\ObjectMapper\\MappedObject' will always evaluate to false.
|
PHPStan:
src/Meta/MetaResolver.php#L98
Call to method ReflectionClass<object>::isSubclassOf() with 'Orisai\\ObjectMapper\\MappedObject' will always evaluate to false.
|
PHPStan:
src/Meta/MetaResolver.php#L99
Call to method ReflectionClass<object>::isSubclassOf() with 'Orisai\\ObjectMapper\\MappedObject' will always evaluate to false.
|
PHPStan:
src/Meta/Source/ReflectorMetaSource.php#L69
Parameter #1 $class of static method Orisai\ReflectionMeta\Structure\StructureBuilder::build() expects ReflectionClass<object>, ReflectionClass<Orisai\ObjectMapper\MappedObject> given.
|
PHPStan:
tests/Unit/Meta/Compile/ClassCompileMetaTest.php#L34
Parameter #1 $contextReflector of class Orisai\ReflectionMeta\Structure\ClassStructure constructor expects ReflectionClass<object>, ReflectionClass<Tests\Orisai\ObjectMapper\Doubles\NoDefaultsVO> given.
|
PHPStan:
tests/Unit/Meta/Compile/ClassCompileMetaTest.php#L35
Parameter #1 $reflector of class Orisai\SourceMap\ClassSource constructor expects ReflectionClass<object>, ReflectionClass<Tests\Orisai\ObjectMapper\Doubles\NoDefaultsVO> given.
|
PHPStan:
tests/Unit/Meta/Compile/CompileMetaTest.php#L28
Parameter #1 $contextReflector of class Orisai\ReflectionMeta\Structure\ClassStructure constructor expects ReflectionClass<object>, ReflectionClass<Tests\Orisai\ObjectMapper\Doubles\NoDefaultsVO> given.
|
Loading