File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
dev/tests/integration/testsuite/Magento/GraphQl/App/State Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
class Collector
17
17
{
18
- /**
19
- * @var array $skipListFromConstructed
20
- */
18
+ //phpcs:ignore
21
19
private readonly array $ skipListFromConstructed ;
22
20
23
- /**
24
- * @var array $skipListBetweenRequests
25
- */
21
+ //phpcs:ignore
26
22
private readonly array $ skipListBetweenRequests ;
27
23
28
24
/**
Original file line number Diff line number Diff line change @@ -20,14 +20,10 @@ class DynamicFactoryDecorator extends Developer implements ResetAfterRequestInte
20
20
/** @var WeakMap $weakMap Where CollectedObject is stored after object is created by us */
21
21
private WeakMap $ weakMap ;
22
22
23
- /**
24
- * @var ObjectManager $objectManager
25
- */
23
+ //phpcs:ignore
26
24
private readonly Collector $ collector ;
27
25
28
- /**
29
- * @var array $skipList List of classes to skip
30
- */
26
+ //phpcs:ignore
31
27
private readonly array $ skipList ;
32
28
33
29
/**
You can’t perform that action at this time.
0 commit comments