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 1515 */
1616class Collector
1717{
18- /**
19- * @var array $skipListFromConstructed
20- */
18+ //phpcs:ignore
2119 private readonly array $ skipListFromConstructed ;
2220
23- /**
24- * @var array $skipListBetweenRequests
25- */
21+ //phpcs:ignore
2622 private readonly array $ skipListBetweenRequests ;
2723
2824 /**
Original file line number Diff line number Diff line change @@ -20,14 +20,10 @@ class DynamicFactoryDecorator extends Developer implements ResetAfterRequestInte
2020 /** @var WeakMap $weakMap Where CollectedObject is stored after object is created by us */
2121 private WeakMap $ weakMap ;
2222
23- /**
24- * @var ObjectManager $objectManager
25- */
23+ //phpcs:ignore
2624 private readonly Collector $ collector ;
2725
28- /**
29- * @var array $skipList List of classes to skip
30- */
26+ //phpcs:ignore
3127 private readonly array $ skipList ;
3228
3329 /**
You can’t perform that action at this time.
0 commit comments