Skip to content

Commit eb4e176

Browse files
committed
ACPT-1550: Stabilize PR on app server branch
1 parent 6796a2f commit eb4e176

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

dev/tests/integration/testsuite/Magento/GraphQl/App/State/Collector.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,10 @@
1515
*/
1616
class 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
/**

dev/tests/integration/testsuite/Magento/GraphQl/App/State/DynamicFactoryDecorator.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)