Skip to content

Commit fdf0a92

Browse files
committed
AC-13209::Investigate the latest version of web-token/jwt-framework
1 parent 7fcb128 commit fdf0a92

File tree

8 files changed

+9
-22
lines changed

8 files changed

+9
-22
lines changed

app/code/Magento/Cron/Console/Command/CronCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
2+
23
/**
3-
* Copyright 2015 Adobe
4+
* Copyright 2017 Adobe
45
* All Rights Reserved.
56
*/
67

app/code/Magento/Developer/Console/Command/TemplateHintsStatusCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright 2017 Adobe
3+
* Copyright 2020 Adobe
44
* All Rights Reserved.
55
*/
66
declare(strict_types=1);

app/code/Magento/MessageQueue/Console/StartConsumerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright 2015 Adobe
3+
* Copyright 2018 Adobe
44
* All Rights Reserved.
55
*/
66
namespace Magento\MessageQueue\Console;

app/code/Magento/Newsletter/Console/Command/TemplateCheckCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ protected function configure()
5858
*
5959
* @param InputInterface $input
6060
* @param OutputInterface $output
61-
* @return int
62-
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
61+
* @return int|null
6362
*/
6463
protected function execute(InputInterface $input, OutputInterface $output): int
6564
{

lib/internal/Magento/Framework/App/Utility/Files.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright 2012 Adobe
3+
* Copyright 2015 Adobe
44
* All Rights Reserved.
55
*/
66

@@ -1020,7 +1020,7 @@ protected function _accumulateFilesByPatterns(array $patterns, $filePattern, arr
10201020
* Parse meta-info of a static file in module
10211021
*
10221022
* @deprecated 102.0.4 Replaced with method accumulateStaticFiles()
1023-
* @see 6729b6e0
1023+
*
10241024
* @param string $file
10251025
* @return array
10261026
*/

setup/src/Magento/Setup/Console/Command/DiCompileCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
*/
4141
class DiCompileCommand extends Command
4242
{
43-
/** Command name */
4443
public const NAME = 'setup:di:compile';
4544

4645
/**

setup/src/Magento/Setup/Console/Command/InstallStoreConfigurationCommand.php

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
/**
2323
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24-
* @SuppressWarnings(PHPMD.UnusedPrivateField)
2524
*/
2625
class InstallStoreConfigurationCommand extends AbstractSetupCommand
2726
{
@@ -36,15 +35,6 @@ class InstallStoreConfigurationCommand extends AbstractSetupCommand
3635
*/
3736
private $deploymentConfig;
3837

39-
/**
40-
* Object Manager to create object
41-
*
42-
* @var ObjectManagerInterface
43-
* @deprecated 2.2.0
44-
* @see MAGETWO-71174
45-
*/
46-
private $objectManager;
47-
4838
/**
4939
* @var LocaleValidator
5040
*/
@@ -65,7 +55,7 @@ class InstallStoreConfigurationCommand extends AbstractSetupCommand
6555
*/
6656
private $urlValidator;
6757

68-
/***
58+
/**
6959
* Inject dependencies
7060
*
7161
* @param InstallerFactory $installerFactory

setup/src/Magento/Setup/Console/Command/ModuleUninstallCommand.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,12 @@ class ModuleUninstallCommand extends AbstractModuleCommand
5151
private $deploymentConfig;
5252

5353
/**
54-
* Get full module list
55-
*
5654
* @var FullModuleList
5755
*/
5856
private $fullModuleList;
5957

6058
/**
61-
* Get module package info
59+
* Module package info
6260
*
6361
* @var PackageInfo
6462
*/

0 commit comments

Comments
 (0)