File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Magento/FunctionalTestingFramework/Module Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -838,14 +838,14 @@ public function makeScreenshot($name = null)
838838 * Takes given $command and executes it against bin/magento executable. Returns stdout output from the command.
839839 *
840840 * @param string $command
841- * @param string $arguments
842841 * @param integer $timeout
842+ * @param string $arguments
843843 *
844844 * @throws \RuntimeException
845845 * @return string
846846 * @SuppressWarnings(PHPMD.UnusedPrivateMethod)
847847 */
848- private function shellExecMagentoCLI ($ command , $ arguments , $ timeout = 60 ): string
848+ private function shellExecMagentoCLI ($ command , $ timeout , $ arguments ): string
849849 {
850850 $ php = PHP_BINDIR ? PHP_BINDIR . DIRECTORY_SEPARATOR . 'php ' : 'php ' ;
851851 $ binMagento = realpath (MAGENTO_BP . DIRECTORY_SEPARATOR . 'bin ' . DIRECTORY_SEPARATOR . 'magento ' );
You can’t perform that action at this time.
0 commit comments