Skip to content

Commit

Permalink
chore: rector run
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Oct 11, 2024
1 parent 2924e87 commit 8f16008
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* refactor: spin off `resolveTargetClass()` to separate class
* perf: proxy warming
* feat: process proxies of all classes in the inheritance chain
* chore: rector run

## 1.10.0

Expand Down
1 change: 1 addition & 0 deletions src/Proxy/Implementation/ProxyFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function __construct(
/**
* @param class-string $class
*/
#[\Override]
public function warmingCreateProxy(string $class): void
{
$targetProxyClass = ProxyNamer::generateProxyClassName($class);
Expand Down
1 change: 1 addition & 0 deletions src/Proxy/Implementation/ProxyRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public function __construct(
}
}

#[\Override]
public function warmingRegisterProxy(string $class, string $sourceCode): void
{
$preWarmedProxyDirectory = $this->preWarmedProxyDirectory;
Expand Down

0 comments on commit 8f16008

Please sign in to comment.