Skip to content

Commit 1bb5543

Browse files
committed
Merge remote-tracking branch '38071/fix-for-issue-37783' into bt_comm_pr_247beta3
2 parents 1d67464 + 6eb4385 commit 1bb5543

File tree

4 files changed

+0
-67
lines changed

4 files changed

+0
-67
lines changed

app/code/Magento/JwtFrameworkAdapter/Model/AlgorithmProviderFactory.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

app/code/Magento/JwtFrameworkAdapter/Model/JweAlgorithmManagerFactory.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,6 @@
3131
*/
3232
class JweAlgorithmManagerFactory
3333
{
34-
/**
35-
* @var AlgorithmProviderFactory
36-
*/
37-
private AlgorithmProviderFactory $algorithmProviderFactory;
38-
39-
/**
40-
* Default constructor.
41-
* @param AlgorithmProviderFactory $algorithmProviderFactory
42-
*/
43-
public function __construct(AlgorithmProviderFactory $algorithmProviderFactory)
44-
{
45-
$this->algorithmProviderFactory = $algorithmProviderFactory;
46-
}
47-
4834
/**
4935
* Returns the list of names of supported algorithms.
5036
*

app/code/Magento/JwtFrameworkAdapter/Model/JweContentAlgorithmManagerFactory.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,6 @@
1818

1919
class JweContentAlgorithmManagerFactory
2020
{
21-
/**
22-
* @var AlgorithmProviderFactory
23-
*/
24-
private AlgorithmProviderFactory $algorithmProviderFactory;
25-
26-
/**
27-
* Default constructor.
28-
* @param AlgorithmProviderFactory $algorithmProviderFactory
29-
*/
30-
public function __construct(AlgorithmProviderFactory $algorithmProviderFactory)
31-
{
32-
$this->algorithmProviderFactory = $algorithmProviderFactory;
33-
}
34-
3521
/**
3622
* Returns the list of names of supported algorithms.
3723
*

app/code/Magento/JwtFrameworkAdapter/Model/JwsAlgorithmManagerFactory.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,6 @@
2929
*/
3030
class JwsAlgorithmManagerFactory
3131
{
32-
/**
33-
* @var AlgorithmProviderFactory
34-
*/
35-
private AlgorithmProviderFactory $algorithmProviderFactory;
36-
37-
/**
38-
* Default constructor.
39-
* @param AlgorithmProviderFactory $algorithmProviderFactory
40-
*/
41-
public function __construct(AlgorithmProviderFactory $algorithmProviderFactory)
42-
{
43-
$this->algorithmProviderFactory = $algorithmProviderFactory;
44-
}
45-
4632
/**
4733
* Returns the list of names of supported algorithms.
4834
*

0 commit comments

Comments
 (0)