File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 21
21
defined ($ key ) || define ($ key , $ var );
22
22
}
23
23
}
24
- if (!defined ('MAGENTO_CLI_COMMAND_PATH ' )){
24
+ if (!defined ('MAGENTO_CLI_COMMAND_PATH ' )) {
25
25
define ('MAGENTO_CLI_COMMAND_PATH ' , 'dev/tests/acceptance/utils/command.php ' );
26
26
$ env ->setEnvironmentVariable ('MAGENTO_CLI_COMMAND_PATH ' , 'dev/tests/acceptance/utils/command.php ' );
27
27
}
28
- if (!defined ('MAGENTO_CLI_COMMAND_PARAMETER ' )){
28
+ if (!defined ('MAGENTO_CLI_COMMAND_PARAMETER ' )) {
29
29
define ('MAGENTO_CLI_COMMAND_PARAMETER ' , 'command ' );
30
30
$ env ->setEnvironmentVariable ('MAGENTO_CLI_COMMAND_PARAMETER ' , 'command ' );
31
31
}
Original file line number Diff line number Diff line change 17
17
}
18
18
echo implode ("\n" , $ output );
19
19
} else {
20
-
21
20
http_response_code (403 );
22
21
echo "Given command not found valid in Magento CLI Command list. " ;
23
22
}
You can’t perform that action at this time.
0 commit comments