Skip to content

Commit 91c642d

Browse files
CS fix
1 parent 88dda72 commit 91c642d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ProxyManager/ProxyGenerator/LazyLoadingValueHolderGenerator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ class LazyLoadingValueHolderGenerator implements ProxyGeneratorInterface
5353
/**
5454
* {@inheritDoc}
5555
*
56+
* @psalm-param array{skipDestructor?: bool, fluentSafe?: bool} $proxyOptions
57+
*
5658
* @return void
5759
*
5860
* @throws InvalidProxiedClassException
5961
* @throws InvalidArgumentException
60-
*
61-
* @psalm-param array{skipDestructor?: bool, fluentSafe?: bool} $proxyOptions
6262
*/
6363
public function generate(ReflectionClass $originalClass, ClassGenerator $classGenerator/*, array $proxyOptions = []*/)
6464
{

0 commit comments

Comments
 (0)