We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d087ba1 commit 6dad794Copy full SHA for 6dad794
src/AopCode.php
@@ -224,7 +224,7 @@ private function getCodeText(): string
224
return $this->code;
225
}
226
227
- /** @param ReflectionClass $sourceClass<object> */
+ /** @param ReflectionClass $sourceClass<object> $sourceClass */
228
public function addInterceptorTrait(ReflectionClass $sourceClass): void
229
{
230
if (PHP_VERSION_ID >= 80200 && $sourceClass->isReadOnly()) {
0 commit comments