We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4a941 commit ef17285Copy full SHA for ef17285
setup/src/Magento/Setup/Model/ConfigOptionsList/Directory.php
@@ -19,9 +19,9 @@
19
class Directory implements ConfigOptionsListInterface
20
{
21
/**
22
- * Input ket for config command.
+ * Input key for config command.
23
*/
24
- const INPUT_KEY_DOCUMENT_ROOT_IS_PUB = 'document-root-is-pub';
+ private const INPUT_KEY_DOCUMENT_ROOT_IS_PUB = 'document-root-is-pub';
25
26
27
* Path in in configuration.
0 commit comments