File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 "nyholm/psr7" : " ^1.4" ,
9999 "open-telemetry/dev-tools" : " dev-main" ,
100100 "php-http/mock-client" : " ^1.5" ,
101- "phpdocumentor/reflection-docblock" : " ^6.0 " ,
102- "phpspec/prophecy" : " 1.26 .*" ,
101+ "phpdocumentor/reflection-docblock" : " ^5.3 " ,
102+ "phpspec/prophecy" : " 1.22 .*" ,
103103 "phpspec/prophecy-phpunit" : " ^2" ,
104104 "phpstan/phpstan" : " ^1.10.13" ,
105105 "phpstan/phpstan-mockery" : " ^1.1" ,
Original file line number Diff line number Diff line change @@ -57,6 +57,10 @@ parameters:
5757 message: "#.*expects Google\\\\Protobuf\\\\RepeatedField.*#"
5858 paths:
5959 - src/Contrib/Otlp
60+ -
61+ message: "#Call to an undefined method Google\\\\Protobuf\\\\FieldDescriptor::getLabel\\(\\).#"
62+ paths:
63+ - src/Contrib/Otlp/ProtobufSerializer.php
6064 -
6165 message: "#^Call to (static )?method .* on an unknown class .*#"
6266 paths:
Original file line number Diff line number Diff line change 3535 <referencedMethod name =" Google\Protobuf\Internal\RepeatedField::offsetSet" />
3636 </errorLevel >
3737 </UndefinedMethod >
38+ <UndefinedDocblockClass >
39+ <errorLevel type =" suppress" >
40+ <referencedClass name =" Google\Protobuf\Internal\RepeatedField" />
41+ </errorLevel >
42+ </UndefinedDocblockClass >
3843 <ArgumentTypeCoercion >
3944 <errorLevel type =" suppress" >
4045 <directory name =" ./examples" />
You can’t perform that action at this time.
0 commit comments