File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
lib/internal/Magento/Framework/ObjectManager/Resetter Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \Framework \ObjectManager \Resetter ;
9
9
10
- use Magento \Framework \App \ObjectManager ;
11
10
use Magento \Framework \Component \ComponentRegistrar ;
12
11
use Magento \Framework \Component \ComponentRegistrarInterface ;
13
12
use Magento \Framework \ObjectManager \ResetAfterRequestInterface ;
@@ -38,8 +37,8 @@ class Resetter implements ResetterInterface
38
37
private array $ reflectionCache = [];
39
38
40
39
/**
41
- * Constructor
42
- *
40
+ * @param ComponentRegistrarInterface $componentRegistrar
41
+ * @param array $classList
43
42
* @return void
44
43
* @phpcs:disable Magento2.Functions.DiscouragedFunction
45
44
*/
@@ -70,7 +69,6 @@ private function getPaths(): \Generator
70
69
}
71
70
}
72
71
73
-
74
72
/**
75
73
* Add instance to be reset later
76
74
*
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ class ResetterFactory
19
19
*/
20
20
private static string $ resetterClassName = Resetter::class;
21
21
22
+ /**
23
+ * @param ObjectManagerInterface $objectManager
24
+ */
22
25
public function __construct (private ObjectManagerInterface $ objectManager )
23
26
{
24
27
}
You can’t perform that action at this time.
0 commit comments