Skip to content

Commit 2d59cb8

Browse files
committed
More static test fixes.
1 parent 7a5e0f6 commit 2d59cb8

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

lib/internal/Magento/Framework/Setup/BackupRollback.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
*/
2323
class BackupRollback
2424
{
25-
/**
26-
* Default backup directory
27-
*/
2825
public const DEFAULT_BACKUP_DIRECTORY = 'backups';
2926

3027
/**

lib/internal/Magento/Framework/Setup/ConsoleLogger.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ class ConsoleLogger implements ConsoleLoggerInterface
1919
private $isInline = false;
2020

2121
/**
22-
* Console
23-
*
2422
* @var OutputInterface
2523
*/
2624
protected $console;

lib/internal/Magento/Framework/Setup/ConsoleLoggerInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
namespace Magento\Framework\Setup;
89

lib/internal/Magento/Framework/Setup/LoggerInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
* Interface to Log Message in Setup
1111
*
1212
* @api
13-
* @deprecated
13+
* @deprecated Replaced with ConsoleLogger
14+
* @see Magento\Framework\Setup\ConsoleLogger
1415
*
1516
* @since 100.0.2
1617
*/

0 commit comments

Comments
 (0)