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.
callArtisan
1 parent 3184492 commit 9515c17Copy full SHA for 9515c17
src/Codeception/Module/Laravel.php
@@ -441,7 +441,7 @@ public function dontSeeEventTriggered($expected): void
441
* @param OutputInterface|null $output
442
* @return string|void
443
*/
444
- public function callArtisan(string $command, $parameters = [], OutputInterface $output = null): string
+ public function callArtisan(string $command, $parameters = [], OutputInterface $output = null)
445
{
446
$console = $this->app->make(Kernel::class);
447
if (!$output) {
0 commit comments