Skip to content

Commit 2c96a5a

Browse files
committed
MC-40729: Disable Web Setup wizard
- Fixed CS issues
1 parent 0220fb0 commit 2c96a5a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup/config/states.install.config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
//phpcs:ignore
78
$base = basename($_SERVER['SCRIPT_FILENAME']);
89

910
return [

setup/src/Magento/Setup/Model/Navigation.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
/**
1212
* Class Navigation implements the data model for the navigation menu
13-
*
14-
* @package Magento\Setup\Model
1513
*/
1614
class Navigation
1715
{

0 commit comments

Comments
 (0)