Skip to content

Commit 1b38dd6

Browse files
committed
[php74-only] Updated formatting of docblock
1 parent b29699a commit 1b38dd6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/ObjectGraphGenerator.php

+2-7
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,9 @@ class ObjectGraphGenerator
2121

2222
private Generator $fakerInstance;
2323
private PropertyInfoExtractor $propertyInfo;
24-
/**
25-
* @var array<mixed>
26-
*/
24+
/** @var array<mixed> */
2725
private array $registry;
28-
29-
/**
30-
* @var array<mixed>
31-
*/
26+
/** @var array<mixed> */
3227
private array $temporaryRegistry = [];
3328

3429
/**

0 commit comments

Comments
 (0)