Skip to content

Commit ef17285

Browse files
committed
Github #99: Sync "develop-storefront" with master branches
1 parent 0e4a941 commit ef17285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/src/Magento/Setup/Model/ConfigOptionsList/Directory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
class Directory implements ConfigOptionsListInterface
2020
{
2121
/**
22-
* Input ket for config command.
22+
* Input key for config command.
2323
*/
24-
const INPUT_KEY_DOCUMENT_ROOT_IS_PUB = 'document-root-is-pub';
24+
private const INPUT_KEY_DOCUMENT_ROOT_IS_PUB = 'document-root-is-pub';
2525

2626
/**
2727
* Path in in configuration.

0 commit comments

Comments
 (0)