Results 4 issues of rxw

For example, https://github.com/php-amqplib/php-amqplib/blob/master/demo/amqp_publisher_with_confirms.php#L34

https://github.com/laminas/laminas-code/blob/17fd2af36804f3f61788573cb70196454d6ee1d8/src/Generator/TraitUsageGenerator.php#L259 https://github.com/laminas/laminas-code/blob/17fd2af36804f3f61788573cb70196454d6ee1d8/src/Generator/TraitUsageGenerator.php#L410 ``` trait TestTrait { public function instance() { } } class Test { use TestTrait { instance as InstanceAs; } } $classGenerator = ClassGenerator::fromReflection(new ClassReflection(Test::class)); $classGenerator->addTrait(TestTrait::class); $classGenerator->addTraitAlias([ 'traitName'...

https://github.com/laminas/laminas-code/blob/17fd2af36804f3f61788573cb70196454d6ee1d8/src/Reflection/MethodReflection.php#L230 ``` class Test { public static function instance() { $instance = new static(); /** * @var static $instance */ return $instance; } } $reflectionClass = new \ReflectionClass(Test::class); $refectionMethod =...

Bug

## Why do you need it? Is your feature request related to a problem? Please describe in details 如题 ## How could it be? A clear and concise description of...

sig/wasm