Skip to content

Commit a3f7263

Browse files
Update src/AopCode.php
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 94ca114 commit a3f7263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AopCode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ private function addMethods(ReflectionClass $class, BindInterface $bind): void
201201
}
202202

203203
/** @psalm-external-mutation-free */
204-
private function addIntercepterTrait(): void
204+
private function addInterceptorTrait(): void
205205
{
206206
$this->add(sprintf("{\n use \%s;\n}\n", InterceptTrait::class));
207207
}

0 commit comments

Comments
 (0)